Equinox Online Help - Language Reference - A to Z

Home

Memo

Applies to
SyntaxMemo Variable1Name [, Variable2Name, ...]
Action[Statement] Declares memo variables.
Scope Usable anywhere.
Notes

This statement declares memo variables. Variable1Name is the name of the first new variable. Many variables can be declared using one Memo statement, by adding further variable names, separated by commas.

CategoryDeclarations
See Also Date, Define, Logical, Number, Procedure_EndProcedure, Public, Radio, String, Time
Example

This example declares a memo field called TempMemo.

Memo TempMemo