HomeClr
Clears the home position definition.
Syntax
HomeClr
See Also
HomeDef Function, HomeSet Statement
HomeClr Function Example
This example uses the HomeClr function in a program:
Function ClearHome
If HomeDef = True Then
HomeClr
EndIf
Fend