Post Reply 
List commands and functions in HP program language
04-21-2014, 08:29 PM (This post was last modified: 04-21-2014 08:29 PM by Han.)
Post: #4
RE: List commands and functions in HP program language
(04-21-2014 08:08 PM)Alfon Wrote:  I tried this :
local var;
var:={1,2,3,4,5,}[4]

There is Syntax error?

Well, you do have an extra comma after the 5. Try this:

local var:={1,2,3,4,5};
local item:=var(4);

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-21-2014 08:29 PM



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