*MeasureDispT

Display measure result processing (text display)

Selecting relevant ocasion of Macro unit in the text display windows. Calling this processing when display measure result processing.
Drawing chart and text processing in the text display windows.

Example of Code
 *MEASUREDISPT

    DrawText "Processing Item : " + UNITNAME$, JUDGE_OK, 1  '(3)
    If RESULTUNIT& >= 0 Then
        DrawText "Position X : " + Str$(POSITIONX#), JUDGE_OK, 1
        DrawText "Position Y : " + Str$(POSITIONY#), JUDGE_OK, 1
    EndIf

 Return