The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





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: 2 Guest(s)