%GetObjTechUnit function
Related pages:
TEXT %GetObjTechUnit( HBJ in objID )
objID | Value of HBJ or INT types. |
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)
Related pages:
0 komentárov