HP3000-L Archives

February 2002, Week 4

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:
Reply To:
Date:
Fri, 22 Feb 2002 14:53:54 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (19 lines)
FWIW, you can put your setvars into your while loops, such as:
!WHILE SETVAR(COUNTER,COUNTER+1)<=FINFO("TEMP","EOF")
or in your case:
while setvar(j,j+1) < 16 do

Now, this would make your first use of j = 1, not zero. You would actually
have to initialize j to -1. I'm not sure if there is a good workaround for
this (I bet Jeff Vance could tell us), unless you don't mind counting down
from 17 to 0:

setvar j 17
while setvar(j,j-1) > 0 do

Greg Stigers
http://www.cgiusa.com

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

ATOM RSS1 RSS2