Post Reply 
Existing CAS commands --> Prime discussion
06-27-2017, 02:24 PM
Post: #5
RE: Existing CAS commands --> Prime discussion
(06-26-2017 06:40 PM)Tim Wessman Wrote:  ord - "Returns the ASCII code of a character or of the first character of a string." Why? Only use I can possibly think is for sorting purposes?

I use it to compare non-printable characters.

Code:
LOCAL X;
IF ord(X) == 12 THEN
:
:
END;

Tom L
Cui bono?
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Existing CAS commands --> Prime discussion - toml_12953 - 06-27-2017 02:24 PM



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