TEXT _text
INT _value
_value := 1
; conversion according to configuration of status text SText and Transformation palette index
_text := %To_String(_value, SText\HBJ, 1)
; conversion according to Transformation palette index
_text := %To_String(_value, 0, 1)
; conversion according to configuration of status text SText
_text := %To_String(_value, StavovyText\HBJ)
; conversion according to a language ID
_text := %To_String(_value,0, 0, 2)
Pridať komentár