44
7.4.
Function Details
7.4.1.
fhdefglobal
Function
Initialize a global variable.
Syntax
fhdefglobal()
Parameters
None
Remarks
Define the global variables that are necessary to use the robot application.
Return Value
None
Precautions
Be sure to call this function before using any other function.
Example
The following example defines a global variable.
CallProc fhdefglobal()