MathGroup Archive 1996

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: If statement inside Do loop

  • To: mathgroup at smc.vnet.net
  • Subject: [mg4673] Re: [mg4629] If statement inside Do loop
  • From: Allan Hayes <hay at haystack>
  • Date: Thu, 22 Aug 1996 03:55:24 -0400
  • Sender: owner-wri-mathgroup at wolfram.com

Heather,
I don't know if this is the cause, but lstim = Firts[imlist] should  
be lstim = First[imlist].
This typo causes the If expression to remain unevaluated.

Allan Hayes
hay at haystack.demon.co.uk.

==== [MESSAGE SEPARATOR] ====


  • Prev by Date: Re: Postfix (//) with Options?
  • Next by Date: Mma on PentiumPro running NT4.0?
  • Previous by thread: If statement inside Do loop
  • Next by thread: Re: If statement inside Do loop