Post Reply 
[Programming] Treat like an adress, not like a number
12-02-2017, 09:21 AM
Post: #3
RE: [Programming] Treat like an adress, not like a number
(12-02-2017 12:03 AM)alexandrehos Wrote:  
Code:
FOR TEMP0 FROM 1 TO condTot DO
  TEMP1:=2+TEMP0;
  formVar:=append(formVar,{{L9(TEMP1,1),[0],{20,20,1}}, {L9(TEMP1,2),[0],{70,20,1}}});
  formTit:=append(formTit,{"X Cond: "+TEMP0, "Y Cond: "+TEMP0});
END;

INPUT(formVar,"TEST", formTit, "EI,EI");

If I understand well you are building a list of couples of input values with formVar. What's not clear for me is what you expect to get with the final INPUT. Do you expect to get all couples of input values on the same input screen?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: [Programming] Treat like an adress, not like a number - Didier Lachieze - 12-02-2017 09:21 AM



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