BEGIN
ALIAS _newGraph
INT _newGraphHBJ
SET _newGraph AS D.graf
IF _newGraph\HBJ = 0 THEN
ELSE
OPEN _newGraph ON ALL INSTANCE 0 ; opening the first instance
OPEN _newGraph ON ALL INSTANCE 1 ; opening the second instance
DELAY 2[s]
CLOSE _newGraph ON ALL INSTANCE 1 ; closing the second instance
ENDIF
END
Pridať komentár