Post Reply 
Input works
12-06-2014, 08:21 PM (This post was last modified: 12-06-2014 08:22 PM by Giancarlo.)
Post: #1
Input works
Hello,
just testing the new input function and it seems to work pretty well so far. Inserted string, check boxes choose list, help strings, position and so on...

Here you are an example of code:

Code:
EXPORT Input_prova_6940()
BEGIN
 LOCAL A,B,C,D;
 INPUT({{A,[2],{15,35,1}},{B,2,{15,5,2}},{C,2,{55,15,2}},{D,{"uno","due","tre","12345678901234567801234567890123"},{20,70,3}}}, "Main title",{"Name", "Male","Female","children"},{"string A","flag B","flag C","How many children"},{"",0,0,0},{"",0,0,0});
 PRINT();
 PRINT(A + " " + B + " " + C + " " + D);
END;

here you are a screen shot:
[Image: 1c3d56d4-e7cf-4631-8593-4c5108a67441_zps26d3fbd7.png]

Thanks

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


Messages In This Thread
Input works - Giancarlo - 12-06-2014 08:21 PM
RE: Input works - Giancarlo - 12-06-2014, 08:25 PM
RE: Input works - gabrieljcs - 12-06-2014, 09:04 PM
RE: Input works - Han - 12-06-2014, 09:29 PM
RE: Input works - toml_12953 - 12-06-2014, 09:33 PM
RE: Input works - gabrieljcs - 12-06-2014, 09:41 PM
RE: Input works - rprosperi - 03-20-2015, 12:33 PM
RE: Input works - Martin Hepperle - 03-20-2015, 01:30 PM
RE: Input works - rprosperi - 03-20-2015, 03:19 PM
RE: Input works - Tim Wessman - 03-24-2015, 06:37 PM
RE: Input works - Tim Wessman - 02-06-2018, 06:08 PM
RE: Input works - Giancarlo - 02-06-2018, 10:20 PM
RE: Input works - deniel - 02-07-2018, 03:31 AM
RE: Input works - Randall - 02-08-2018, 10:09 PM



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