Post Reply 
HPPPL: How to get String input
07-16-2018, 02:05 AM
Post: #2
RE: HPPPL: How to get String input
Here's an example:

PHP Code:
EXPORT eraseme()
BEGIN
 local x
;
 
INPUT({{x,[2]}},"title","label","help","reset","initial");
 
x;
END

-road
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
HPPPL: How to get String input - Lavaloon - 07-15-2018, 09:11 PM
RE: HPPPL: How to get String input - roadrunner - 07-16-2018 02:05 AM



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