Post Reply 
hp ppl docs are where?
09-26-2015, 01:05 AM
Post: #1
hp ppl docs are where?
For example i figured out how to address nested lists by
Guessing and trial and error.

Mylist (4,2,3) := 55; store

Then
A := Mylist (4,2,3) ; recall.

But where should i have really learned this. Surely not from the
Prime User manual. There is no topic about addressing lists.



Sorry to beg these questions but this info must have originated somewhere.
A i doomed to search forums for scraps of info about this language.?

I work with android Prime only for now on my
Galaxy Tab Pro/Note 2
Find all posts by this user
Quote this message in a reply
09-27-2015, 07:02 AM
Post: #2
RE: hp ppl docs are where?
Hi,

You should carefully read the user manual:
http://support.hp.com/us-en/product/HP-P...0/manuals/

There is a chapter 25 - Lists (page 492).

Go to page 499 and you can read:
To display one element of a list in Home view, enter listname(element#). For example, if L6 is {3,4,5,6}, then L6(2) returns 4.

To store a value in one element of a list in Home view, enter value ▶ listname(element#). For example, to store 148 as the second element in L2, type 148▶L2(2).

BR,
Piotr
Find all posts by this user
Quote this message in a reply
Post Reply 




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