Post Reply 
Control (programmatically) if a list exist, otherwise create it
05-18-2015, 05:14 PM
Post: #2
RE: Control (programmatically) if a list exist, otherwise create it
(05-18-2015 04:10 PM)salvomic Wrote:  hi all,
what's the simplest way to control (programmatically) if a list exist, otherwise create it (then edit it with EDITLIST)?

thank you
Salvo

Hi Salvo,
Maybe you can use the length command to determine if a list is already created.

Code:

IF length(L1)==0 THEN
...
ELSE
...
END;

Just a tricky idea.

Success is the ability to go from one failure to the next without any loss of enthusiasm.
View PNG/JPG in your Prime
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Control (programmatically) if a list exist, otherwise create it - mandresve - 05-18-2015 05:14 PM



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