Modular Software - Home PicLan-IP - Home

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

1 2 3 4 5 6 7 8 9 10 11 12

Modular Software - Home PicLan-IP - Home