HP Forums

Full Version: Bug? EXPR("List(1,1, ... )")
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
Behaviour confirmed on the Android emulation (after adding missing { in LOCAL and commenting out the Ok/Error annotations).
Will this remain unchanged?
Hello,

Bug, and a nice one.
It is on "the list".

Cyrille
Reference URL's