INT _hbj
TEXT _name
; HOBJ of the object Sec
_hbj := %StrToHBJ("Sec")
_name := %HBJToStr(_hbj) ; variable _name will contain the value of Sec
_name := %HBJToStr(Sec\HBJ) ; variable _name will contain the value of Sec, too
; object probably doesn't exist => _hbj is invalid value
_hbj := %StrToHBJ("qwerty")
Pridať komentár