%StrToI function
Related pages:
INT %StrToI ( TEXT in string ) |
string | Text string. |
Example: 2#100# (8 in decimal notation), 5#12# (7 in decimal notation), 16#23# (35 in decimal notation), -8#12# (-10 in decimal notation).
INT _i _i := %StrToI ( "255" ) ; returns integer value of 255 _i := %StrToI ( "16#23#" ) ; returns integer value of 35 _i := %StrToI ( "-2#100#" ) ; returns integer value of -4 |
Related pages:
Pridať komentár