Post Reply 
Array of Strings??
12-20-2013, 04:41 PM
Post: #1
Array of Strings??
How do you create an array of strings in HP PPL?
Find all posts by this user
Quote this message in a reply
12-20-2013, 04:45 PM (This post was last modified: 12-20-2013 04:46 PM by eried.)
Post: #2
RE: Array of Strings??
Code:
EXPORT NAME()
BEGIN
local v1;
v1:={"array","of","strings"};
END;

My website: erwin.ried.cl
Visit this user's website Find all posts by this user
Quote this message in a reply
12-20-2013, 05:55 PM (This post was last modified: 12-20-2013 05:55 PM by patrice.)
Post: #3
RE: Array of Strings??
Lists can contain almost anything including lists.

Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
Find all posts by this user
Quote this message in a reply
12-21-2013, 12:53 AM
Post: #4
RE: Array of Strings??
Thanks!
Find all posts by this user
Quote this message in a reply
Post Reply 




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