Post Reply 
INPUT Command Syntax (SOLVED).
03-23-2015, 05:13 PM (This post was last modified: 03-24-2015 07:07 PM by Spybot.)
Post: #1
INPUT Command Syntax (SOLVED).

Hi Everyone!!

I guess I need a little bit of help on the syntax of the INPUT command. I'm trying to create some sort of drop-down menu, so I can choose an option.
I read the UG. and the built-in help on the calculator, I entered the corresponding code for that, and I'm still getting an error message. ("see screenshot # 1
")

I'm trying to create something like the screenshot # 2 & 3.

here is my code:

EXPORT program()
BEGIN
INPUT({D,{"OPTION 1","OPTION 2","OPTION 3","OPTION 4"},{20,70,3}},{"Main title"},{"LABEL"},{"HELP 1","HELP 2","HELP 3","HELP 4"},0,0);
END;

Thanks, any help will be appreciated.

           

Spybot.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
INPUT Command Syntax (SOLVED). - Spybot - 03-23-2015 05:13 PM
RE: INPUT Command Syntax - Tim Wessman - 03-23-2015, 06:44 PM
RE: INPUT Command Syntax - Spybot - 03-23-2015, 07:24 PM
RE: INPUT Command Syntax - Tim Wessman - 03-23-2015, 08:06 PM
RE: INPUT Command Syntax - Spybot - 03-23-2015, 09:16 PM



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