20021201
StrJoin
Syntax:
StrJoin
䡺
"<string 1>", "<string 2>", <storage variable name>
Function:
Joins "<string 1>" and "<string 2>" and then assigns the resulting string to the
specified variable.
StrLeft
Syntax:
StrLeft
䡺
"<string>",
n
, <storage variable name>
Function:
Copies a string up to the
n
th character from the left, and assigns the resulting
string to the specified variable.
StrLen
Syntax:
StrLen
䡺
"<string>", <storage variable name>
Function:
Determines the length of a string (the number of its characters) and assigns
the resulting value to the specified variable.
StrLwr
Syntax:
StrLwr
䡺
"<string>", <storage variable name>
Function:
Converts all the characters of a string to lower case and assigns the resulting
string to the specified variable.
StrMid
Syntax:
StrMid
䡺
"<string>",
n
, <storage variable name> [,<number of characters>]
Function:
Copies a specific number of characters of a string, starting from the
n
th
character, and assigns the resulting string to the specified variable.
Description:
Omitting the number of characters causes the string to be copied up to the
end.
StrRight
Syntax:
StrRight
䡺
"<string>",
n
, <storage variable name>
Function:
Copies a string up to the
n
th character from the right, and assigns the resulting
string to the specified variable.
12-6-43
Program Command Reference