Post Reply 
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
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Bug? EXPR("List(1,1, ... )") - Carlos295pz - 04-30-2017 12:10 AM



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