This is the reference section for mvBASIC statements and functions. Each statement or function has its own topic, and each topic contains a description of its purpose, an explanation of its syntax, and at least one example of its use.
Readers who are unfamiliar with mvBASIC should read Format, Data, and Expressions and Overview of mvBASIC Statements and Functions before referring to this section.
The following statements and functions are presented:
Tokens Supported For System Delimiters
mvBase supports run-time efficient tokens called @AM, @FM, @VM and @SM for the attribute delimiter, the field delimiter, the value delimiter, and the sub-value delimiter, respectively.
Token Name |
Delimiter |
Value |
@AM |
Attribute mark |
CHAR(254) |
@FM |
Field mark |
CHAR(254) |
@VM |
Value mark |
CHAR(253) |
@SM |
Subvalue mark |
CHAR(252) |
These new tokens may be used anywhere CHAR( ) may be used, including EQUATE statements.
See Also
mvBase mvBASIC User Reference Guide Overview
Overview of mvBASIC Statements and Functions