Re: Newbie type question
Umm.
for i = 1 to 10 do
? i
end if
--OR
for i = 1 to 10 do
print(1, i)
puts(1, 10)
end if
-- :)
"Your welcome to my 2 cents worth.", Lucius L. Hilley III
_________________________
Lucius L. Hilley III lhilley at cdc.net
http://www.cdc.net/~lhilley
http://www.americanantiques.com
http://www.dragonvet.com
_________________________
On Thu, 3 Dec 1998 14:05:16 PST, Jeff Grandy <wyrnfather at HOTMAIL.COM> wrote:
>Heya. I got a question, but i'm probably going to whap myself upside the
>head when I realize how simple the answer probaby is, but anyways...
>when in a for loop, how would you get the number to display? Ex:
>
>for i = 1 to 20 do
> puts(SCREEN, name)
>end for
>
>Now, assuming that 'name' has already been inputted above, how would you
>display i each time it loops?
>
>Thanks
>
> -- Jeff Grandy (grandyc at efni.com)
>
>______________________________________________________
>Get Your Private, Free Email at http://www.hotmail.com
|
Not Categorized, Please Help
|
|