Post Reply 
Need Help with INPUT
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Need Help with INPUT - Eddie W. Shore - 03-01-2014, 07:54 PM
RE: Need Help with INPUT - Terje Vallestad - 03-01-2014, 08:33 PM
RE: Need Help with INPUT - Eddie W. Shore - 03-01-2014, 09:16 PM
RE: Need Help with INPUT - cyrille de brébisson - 03-03-2014 07:03 AM
RE: Need Help with INPUT - Eddie W. Shore - 03-11-2014, 01:55 PM



User(s) browsing this thread: 1 Guest(s)