Extended Systems OneBridge 4.1 Guía de usuario Pagina 195

  • 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 194
APPENDIX A Function Reference
Users Guide 181
number position
The position where to start reading.
number length
The number of characters to read.
Examples To get a substring out of a string:
uSubstr("James T. Kirk", 7, 2) // returns "T."
uLPos
Description Returns the position of a substring within a string. A result of zero indicates
that the substring has not been found
Syntax string uLPos(input, substring)
Parameters
string input
The input string.
string substring
The substring to search.
Examples To find the first occurrence of a substring:
uLPos("James T. Kirk", "T") //returns 7
uLower, uLow
Description Returns the input string in lowercase letters.
Syntax string uLower(input);
string input;
Parameters
string input
The input string.
Examples To convert a string into lowercase letters:
uLower(“James T. Kirk”) // returns “james t. kirk”
Vista de pagina 194
1 2 ... 190 191 192 193 194 195 196 197 198 199 200 ... 221 222

Comentarios a estos manuales

Sin comentarios