Post Reply 
Error: Invalid Input on my program
01-17-2017, 02:47 PM (This post was last modified: 01-17-2017 03:03 PM by StephenG1CMZ.)
Post: #2
RE: Error: Invalid Input on my program
I think that one problem may be that the INPUT syntax has changed since Han wrote that in 2013.

Briefly, where previously one would have
INPUT... varname,
now one should use
IINPUT...{{varname,[numbers]}}
Where numbers specifies the type of input, for example
INPUT...{{varname,[3]}} might specify string, or 6 might specify list, or 3,6 would be either.
The number you want is probably (DOM_STRING-1).

Check the INPUT help for the exact syntax.

(But if you are using CAS input, I don't know).

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Error: Invalid Input on my program - StephenG1CMZ - 01-17-2017 02:47 PM



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