Equinox Online Help - Language Reference - A to Z

Home

Time

Applies to
SyntaxTime Variable1Name [, Variable2Name, ...]
Action[Statement] Declares time variables.
ScopeUsable anywhere.
Notes

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

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

The following example declares a time variable called TempTime.

Time TempTime