Post Reply 
Programs()
12-28-2014, 04:51 PM
Post: #2
RE: Programs()
Programs(), returns the list of programs, ideal to keep on rewriting a program by accident, but it would be better to define a working directory

FOLDER myProject

EXPORT Exist(n)
BEGIN
SIGN(POS(Programs(),n));
END;

END;
-----------------

Sample the use of the function Programs()

EntryLine

Exist("Exist") [ENTER] returns 1 (true found )

Exist("abcdee") [ENTER] returns 0 ( false not found )

Request for the HPPrime team

If the argument is ("HOME") to return the list of programs type HOME, if the argument is ("CAS") return the list of programs type CAS

Programs("HOME") [ENTER] { .... }

Programs("CAS") [ENTER] { .... }
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Programs() - Tyann - 12-28-2014, 07:29 AM
RE: Programs() - compsystems - 12-28-2014 04:51 PM
RE: Programs() - bobkrohn - 12-29-2014, 06:09 AM
RE: Programs() - Didier Lachieze - 12-29-2014, 07:51 AM
RE: Programs() - bobkrohn - 12-29-2014, 08:28 AM
RE: Programs() - Didier Lachieze - 12-29-2014, 09:12 AM
RE: Programs() - Tim Wessman - 12-30-2014, 12:59 AM
RE: Programs() - bobkrohn - 12-30-2014, 12:49 AM
RE: Programs() - bobkrohn - 12-30-2014, 06:19 AM



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