Post Reply 
[help] input cmd
10-14-2016, 08:15 AM
Post: #2
RE: [help] input cmd
Hello,

If your aim is to have a dialog box that takes inputs, and also display outputs (kind of like in a circular manner), the only way is to use the OK button to let the user tell you that he is done. Do your calculations (which will update the variables), and restart the input box.
Something along the lines of:

while 1 do
if not input(A) then break; end;
A:= A+1;
end;

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[help] input cmd - compsystems - 10-14-2016, 01:43 AM
RE: [help] input cmd - cyrille de brébisson - 10-14-2016 08:15 AM
RE: [help] input cmd - compsystems - 10-14-2016, 02:20 PM
RE: [help] input cmd - compsystems - 10-14-2016, 02:57 PM



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