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
04-30-2017, 06:23 AM (This post was last modified: 04-30-2017 06:31 AM by StephenG1CMZ.)
Post: #2
RE: Bug? EXPR("List(1,1, ... )")
Behaviour confirmed on the Android emulation (after adding missing { in LOCAL and commenting out the Ok/Error annotations).

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
01-30-2018, 07:10 AM
Post: #3
RE: Bug? EXPR("List(1,1, ... )")
Will this remain unchanged?

Viga C | TD | FB
Visit this user's website Find all posts by this user
Quote this message in a reply
01-31-2018, 05:41 AM
Post: #4
RE: Bug? EXPR("List(1,1, ... )")
Hello,

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

Cyrille

Although I work for the HP calculator group, the views and opinions I post here are my own. I do not speak for HP.
Find all posts by this user
Quote this message in a reply
Post Reply 




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