[Programming] Treat like an adress, not like a number
|
12-02-2017, 01:46 PM
Post: #5
|
|||
|
|||
RE: [Programming] Treat like an adress, not like a number
(12-02-2017 07:58 AM)Arno K Wrote: I hope that using [] instead of {} for indices using lists will help you.Nope :/ When you make an input, you give it "lists", like this: Code: INPUT( This will give me a form like this: But at the end of this, you will see that is not exactly lists So guys, before I move on, I did some changes on my program, now I'm using the EXPR() function, like grsbanks suggested First I make a list, in a form of a string, and when I give it to the INPUT function, I give it using the EXPR function, like this: Code:
And, in an ideal world, the program would understand like this: Code:
And my INPUT would look like this: But, of course, the world is not that simple so, I got "Error: Invalid input". (12-02-2017 09:21 AM)Didier Lachieze Wrote: Do you expect to get all couples of input values on the same input screen?So, that's what I want, if the user enters 3, it will 6 questions on the next INPUT, for entering 4, 8 inputs in the INPUT screen, and so on grsbanks, L9 is global, formVar and formTit are local. After that, I had to dig a little further, and I did this, I gave something that I know that it will work, I extracted the list of inputs, and gave it back, but now in a list. Code:
And I got "Error: Invalid input", so, the thing we give to the INPUT function that looks like a list, is not exactly a list :/ Thank you guys again for the help The rest of the code |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[Programming] Treat like an adress, not like a number - alexandrehos - 12-02-2017, 12:03 AM
RE: [Programming] Treat like an adress, not like a number - Arno K - 12-02-2017, 07:58 AM
RE: [Programming] Treat like an adress, not like a number - Didier Lachieze - 12-02-2017, 09:21 AM
RE: [Programming] Treat like an adress, not like a number - alexandrehos - 12-02-2017 01:46 PM
RE: [Programming] Treat like an adress, not like a number - grsbanks - 12-02-2017, 11:46 AM
|
User(s) browsing this thread: 1 Guest(s)