Bug? EXPR("List(1,1, ... )")
|
04-30-2017, 12:10 AM
Post: #1
|
|||
|
|||
Bug? EXPR("List(1,1, ... )")
Is it intentional that the EXPR () command can not access the contents of a list for more than 2 parameters?
The problem is presented only with local variables: LOCAL List = {{{0}}}}; EXPR ("List (1)"); Ok EXPR ("List (1,1)"); Ok EXPR ("List (1,1,1)"); Error: Syntax Error EXPR ("List (1,1,1,1)"); Error: Syntax Error Viga C | TD | FB |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Bug? EXPR("List(1,1, ... )") - Carlos295pz - 04-30-2017 12:10 AM
RE: Bug? EXPR("List(1,1, ... )") - StephenG1CMZ - 04-30-2017, 06:23 AM
RE: Bug? EXPR("List(1,1, ... )") - Carlos295pz - 01-30-2018, 07:10 AM
RE: Bug? EXPR("List(1,1, ... )") - cyrille de brébisson - 01-31-2018, 05:41 AM
|
User(s) browsing this thread: 2 Guest(s)