INT _hbj
TEXT _techUnit
; HOBJ of the object U.TestTechUnit
_hbj := %StrToHBJ("U.TestTechUnit")
_techUnit := %GetObjTechUnit(_hbj) ; variable _techUnit will contain the technical units of U.TestTechUnit
; object probably doesn't exist => _techUnit will be invalid value
_techUnit := %GetObjTechUnit(928374)
0 komentárov