Need Help with INPUT
|
03-01-2014, 07:54 PM
(This post was last modified: 03-01-2014 09:17 PM by Eddie W. Shore.)
Post: #1
|
|||
|
|||
Need Help with INPUT
I keep getting Error: Invalid Input and I don't get where the error is or what causes it. Does INPUT not work within loops? Any help is greatly appreciated.
Program: Code: EXPORT EXPSMTH() |
|||
03-01-2014, 08:33 PM
Post: #2
|
|||
|
|||
RE: Need Help with INPUT
(03-01-2014 07:54 PM)Eddie W. Shore Wrote: IF C==1 There may be other issues, but should there not be a THEN after the C==1, similar to the rest of your code? Cheers, Terje |
|||
03-01-2014, 09:16 PM
Post: #3
|
|||
|
|||
RE: Need Help with INPUT
(03-01-2014 08:33 PM)Terje Vallestad Wrote:(03-01-2014 07:54 PM)Eddie W. Shore Wrote: IF C==1 Thanks - there should be. Typo on my part. |
|||
03-03-2014, 07:03 AM
Post: #4
|
|||
|
|||
RE: Need Help with INPUT
Hello,
Are you sure that the input is the issue? It looks to me that your textout are problematic > TEXTOUT_P(12,0,"# OF POINTS: "+STRING(S),2); should be TEXTOUT_P("# OF POINTS: "+STRING(S),12,0,2); Cyrille |
|||
03-11-2014, 01:55 PM
Post: #5
|
|||
|
|||
RE: Need Help with INPUT
Thanks Cyrille! I hope to have the complete program (and it's correct syntax) posted soon.
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)