XYLimDef Function
Returns whether XYLim has been defined or not.
Syntax
XYLimDef
Return Values
True if XYLim has been defined, otherwise False.
See Also
XYLim, XYLimClr
XYLimDef Function Example
This example uses the XYLimDef function in a program:
Function ClearXYLim
If XYLimDef = True Then
XYLimClr
EndIf
Fend