Post Reply 
PPL INPUT function
04-04-2014, 09:39 AM
Post: #3
RE: PPL INPUT function
Changing the numerical "100" to the (previously set) variable name "A" (at the end of the input statement) might be useful, as well.

Instead of:
INPUT(A, "Test","Test","Test",100);

Use:
INPUT(A, "Test","Test","Test",A);
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)