Extended Systems OneBridge 4.1 Guida Utente Pagina 149

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
Vedere la pagina 148
APPENDIX A Function Reference
Users Guide 135
uFromHex
Description Converts a string of hexadecimal numbers into an integer.
Syntax integer uFromHex (input)
Parameters
string input
The string to convert.
Examples Convert a hexadecimal string
uFromHex("A3F") // returns 2623
uFromHex("B") // returns 11
uToHex
Description Converts an integer value into a hexadecimal string.
Syntax string uToHex (input)
Parameters
integer input
The integer to convert.
Examples To convert an integer:
uToHex(45) // returns “2D”
uHexDecode
Description Composes a string from hexadecimal values.
Syntax string uHexDecode(input)
Examples
To compose a string from hex values:
uHexDecode("313730") // returns "170"
uHexDecode(313730) // returns "170"
Vedere la pagina 148
1 2 ... 144 145 146 147 148 149 150 151 152 153 154 ... 221 222

Commenti su questo manuale

Nessun commento