Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - nathanpc

Pages: 1 [2]
16
TI-BASIC / Re: Using For To Wait For Output
« on: September 07, 2010, 10:12:27 am »
Thanks very much! It works, but let me guess one thing: rand(100) will be the same of 1 second?
Also, when I put rand(1000) it gave me an error saying: "Invalid Dim"

17
TI-BASIC / Re: Using For To Wait For Output
« on: September 07, 2010, 09:58:40 am »
Thanks very much for the welcome! But how I could put the RAND command on my source. Because I can't see anything like it on the Prgm menu. :(

Best Regards

18
TI-BASIC / Using For To Wait For Output
« on: September 07, 2010, 08:54:42 am »
Hello,
 I'm learning TI-BASIC and I want to do this(here is pseudo-code):
Code: [Select]
: ClrHome
: For(...)
: Output(3,1,"WELCOME")
: End
: For(...)
: Output(4,2,"TO THE")
: End
: For(...)
: Output(5,3,"TI WORLD!")
: End
But how I can use FOR to display that when passed 1 second(for the first one) and 500ms for the others?

Best Regards,
 Nathan Paulino Campos

Pages: 1 [2]