ID : 9054
CurFig
Function
To return the current robot figure (FIG) value.
Attention
-
Example
'!TITLE "Acquiring Robot Figure"
' Display the current robot figure on the message output window
Sub Sample_CurFig
Dim aaa As Integer
' Assign the current robot figure to aaa
aaa = CurFig
' Display robot figure on the message output window
PrintDbg aaa
End SubID : 9054

