Post Reply 
PPL INPUT function
04-04-2014, 06:33 AM (This post was last modified: 04-04-2014 06:33 AM by Karl-Ludwig Butte.)
Post: #2
RE: PPL INPUT function
Hi,

simply store the default value into the variable prior to the INPUT command and it will be displayed in the field:

EXPORT INPUTTST()
BEGIN
LOCAL A;
100▶A;
INPUT(A, "Test","Test","Test",100);
PRINT (A);
END;

In addition you only need to press ENTER to accept the default value instead of pressing SHIFT+ESC and then ENTER
Hope this helps.

Best regards

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


Messages In This Thread
PPL INPUT function - orcinus - 04-04-2014, 01:35 AM
RE: PPL INPUT function - Karl-Ludwig Butte - 04-04-2014 06:33 AM
RE: PPL INPUT function - DrD - 04-04-2014, 09:39 AM
RE: PPL INPUT function - orcinus - 04-04-2014, 01:48 PM
RE: PPL INPUT function - jlastofka - 04-12-2014, 04:48 AM
RE: PPL INPUT function - Tim Wessman - 04-12-2014, 05:51 AM
RE: PPL INPUT function - jlastofka - 04-12-2014, 01:23 PM
RE: PPL INPUT function - Han - 04-13-2014, 02:17 AM
RE: PPL INPUT function - jlastofka - 04-13-2014, 03:04 AM
RE: PPL INPUT function - Han - 04-13-2014, 03:41 AM
RE: PPL INPUT function - jlastofka - 04-13-2014, 04:51 AM
RE: PPL INPUT function - Joe Horn - 04-13-2014, 06:37 AM



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