|
Function
Name |
|
Full Name |
Output
Variable |
Description |
|
$CENTER |
|
Center |
%_CENTER% |
Centers a string in
an 80-column console window. |
|
$DEQUOT |
|
Dequote |
%_DEQUOT% |
Removes ONLY outer
quotes from a variable's contents -OR- a "Quoted String". |
|
$ESC |
|
Escape |
%_ESC% |
"Escapify" a
variable's contents |
|
$FCOUNT |
|
File
Count |
%_FCOUNT% |
Counts the number of
text lines in a file. |
|
$LEN |
|
String
Length |
%_LEN% |
Returns the length of
a variable's contents -OR- a "Quoted String". |
|
$PAD |
|
Pad
String |
%_PAD% |
Pad a variable's
contents -OR- a "Quoted String" to a specified length. |
|
$SCOUNT |
|
String
Count |
%_SCOUNT% |
Counts the number of
occurrences of Substring within String. |
|
$SEQNUM |
|
Sequence
Number |
%_SEQNUM% |
Creates a sequence
number of a desired length (0001, 0002, etc.) |
|
$WAITFOR |
|
Wait For |
%_WAITFOR% |
Wait for a specified
time, then execute an [optional] command |