Editing String Contents
The following functions edit, format, and align the contents of strings. Use the & operator to concatenate strings.
Format Function
Converts a number to a string, and then formats it according to the format that you specify.
LSet Statement
Aligns a string to the left of a string variable, or copies a variable of a user-defined type to another variable of a different user-defined type.
Mid Function, Mid Statement
Returns the specified portion of a string expression (Mid function), or replaces the portion of a string expression with another string (Mid statement).
RSet Statement
Right-aligns a string within a string variable, or copies a user-defined variable type into another.