Extended Systems OneBridge 4.1 Guía de usuario Pagina 149

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 222
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de 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"
Vista de pagina 148
1 2 ... 144 145 146 147 148 149 150 151 152 153 154 ... 221 222

Comentarios a estos manuales

Sin comentarios