12-06-2014, 08:21 PM
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:
here you are a screen shot:
![[Image: 1c3d56d4-e7cf-4631-8593-4c5108a67441_zps26d3fbd7.png]](http://i40.photobucket.com/albums/e230/cotruf/1c3d56d4-e7cf-4631-8593-4c5108a67441_zps26d3fbd7.png)
Thanks
Giancarlo
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]](http://i40.photobucket.com/albums/e230/cotruf/1c3d56d4-e7cf-4631-8593-4c5108a67441_zps26d3fbd7.png)
Thanks
Giancarlo