HP3000-L Archives

March 2002, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
carol darnell <[log in to unmask]>
Reply To:
carol darnell <[log in to unmask]>
Date:
Thu, 14 Mar 2002 13:29:49 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
try:
setlvar cntr 0

while cntr<100 do
  *whatever*
  setlvar cntr cntr+1
endwhile

or, if you're using expression programming, include the same in your
while/begin/end construct.

i think (don't quote me, ok?) that the logical expression evaluated as the
*while* is looking for a variable to test directly, rather than another
calculation construct.  The parsing logic evidently doesn't allow for
another verb... but it's easily remedied, anyway

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2