Post Reply 
Improvement for the INPUT command
02-27-2017, 04:47 AM
Post: #5
RE: Improvement for the INPUT command
For the case of a single data, if the entered data is correct, if there is an extra step, but if the entered data is incorrect, how do you re-edit it?

In user-RPL works for a single field, same as my suggestion

PHP Code:
"title"
{
"x" "help" }
}
1
98 }
99 }
INFORM
IF
THEN
 
'x' STO
END

"title"
{
"y" "help" }{ "z" "help" }
}
1
87 76 }
88 77 }
INFORM
IF
THEN
 
'y' 'z' STO
END 
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Improvement for the INPUT command - compsystems - 02-27-2017 04:47 AM



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