Character String Instructions
The Character String Instructions manipulate the character string's contents or attributes.
|
Bitwise AND two characters together. | |
|
Append a string to another string. | |
|
Add one to the Form Pointer. | |
|
Move a variable to another while removing trailing spaces. | |
|
Set Form Pointer & Length Pointer to zero. Moves zero to numeric field. | |
|
Match a character with another character. | |
|
Move a character. | |
|
Compress a string. | |
|
Perform a UTF conversion. | |
|
Count number of characters in a list of variables. | |
|
Decode an ASCII string. | |
|
Decompress a string. | |
|
Decrypt a string. | |
|
Free memory of a dynamically create a DIM variable. | |
|
Dynamically create a DIM variable. | |
|
Release a dynamically create a DIM variable. | |
|
Apply a special display format to a character variable. | |
|
ASCII encode a string. | |
|
Encrypt a string. | |
|
Set the Form Pointer equal to Length Pointer. | |
|
Disassemble a delimited string into variables or objects. | |
|
Append one or more blanks to a string. | |
|
Fill character variables with a value. | |
|
Search a string for a character from a list. | |
|
Encode a string. | |
|
Append data from variables or objects into a single delimited variable. | |
|
Move the Length Pointer character to a variable. | |
|
Set the Length Pointer equal to Form Pointer. | |
|
Move one of several variables to another variable. | |
|
Convert a string to lower case. | |
|
Match a variable with another variable. | |
|
Move the Form Pointer value to a numeric variable. | |
|
Move the Length Pointer value to a numeric variable. | |
|
Move a variable to another variable respecting the Logical String. | |
|
Move the Physical Length value to a numeric variable. | |
|
Bitwise NOT a character and move to another variable. | |
|
Count string occurrences in another string. | |
|
Bitwise OR a character with another character. | |
|
Append several variables to another variable. | |
|
Append several variables to another variable respecting Physical Length. | |
|
Select next several characters based on a mask. | |
|
Retrieve a filename from within a string. | |
|
Move a variable to another variable and adjust the Form Pointer of first variable. | |
|
Change characters to other characters in a character string. | |
|
Set the Form Pointer of a string variable. | |
|
Search a variable for a character string. | |
|
Delete several characters from a character string. | |
|
Search a set of variables for starting with a character string. | |
|
Assigns a variable or list of variables to a value of one. | |
|
Set the Length Pointer of a string variable. | |
|
Change the Physical Length value of a string variable. | |
|
Inserts a string variable into another string variable. | |
|
Create a string variable. | |
|
Replace logical contents of one variable with another. | |
|
Move a variable to another while removing characters. | |
|
Move a variable to one of several variables. | |
|
Bitwise test one character with another character. | |
|
Determine if a string variable has a valid numeric format. | |
|
Split a variable to several (usually smaller) variables. | |
|
Convert a string to upper case. | |
|
Locate a string in another string. | |
|
Bitwise exclusive or one character with another character. |
![]() |