HPlogo ALLBASE/SQL Reference Manual > Chapter 6 Names

Local Variable Names

MPE documents

Complete PDF
Table of Contents
Index

E0300 Edition 9 ♥
E0399 Edition 8
E0897 Edition 7

Local variables are used to hold data within a procedure. A local variable is declared in a DECLARE statement in the procedure, and it is prefixed with a colon (:) when used in any other statement. Local variable names must conform to ALLBASE/SQL's rules for basic names.




Host Variable Names


Parameter Names