%HBJToStr function
Related pages:
TEXT %HBJToStr( HBJ in objID )
objID | Value of HBJ or INT types. |
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")
Related pages:
Pridať komentár