Post Reply 
List commands and functions in HP program language
04-22-2014, 04:16 PM
Post: #9
RE: List commands and functions in HP program language
You may also have nested lists, and can access them as follows:

list:={1,2,3,{4,5}};
item:=list(4,2); this stores 5 into the variable 'item'.

Graph 3D | QPI | SolveSys
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: List commands and functions in HP program language - Han - 04-22-2014 04:16 PM



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