Post Reply 
Integrating a DRAWMENU into an INPUT form. HELP!
11-16-2016, 12:35 PM
Post: #6
RE: Integrating a DRAWMENU into an INPUT form. HELP!
The INPUT() help parameter is useful as a hint for the input variable requirements. I think the current approach works well. If a program developer wants to provide even more detail, additional information could be given as a result of the user's response to the INPUT() variable itself:

// fragment (input subroutine, for example)
INPUT(X);
IF X==0 THEN You_Can_Provide("All kinds of additional info"); // Help hint: "0 for more info, +int for good, -int for evil," etc.
END;
// ... or some variant of this idea
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Integrating a DRAWMENU into an INPUT form. HELP! - DrD - 11-16-2016 12:35 PM



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