Prev
|
Next
| Top >
Macro Language Guide
String Functions
String functions are provided to allow string manipulation.
Unlike in C, you don’t have to worry about memory management
of strings, or declaring buffers to hold strings.
In this section:
AsciiFromChar (ch)
cat (a, b)
CharFromAscii (ascii_code)
islower (ch)
IsNumber (s)
isupper (ch)
strlen (s)
strmid (s, ichFirst, ichLim)
strtrunc (s, cch)
tolower (s)
toupper (s)
Prev
|
Next
| Top >
Macro Language Guide