{INCLUDE _BAS_HDR.HTM}

3.  General Guidelines for MV/Basic code

There are some limitations to what your BASIC code can do. In general, you must:

Write your BASIC code "top-down".

Your code will generate an MV/Basic subroutine

Your code will be processed by a pre-compiler

The generated subroutine will be called directly by the web server

General Guidelines

{INCLUDE _BAS_FTR.HTM}