Extended Systems OneBridge 4.1 Guía de usuario Pagina 194

  • 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 193
uLeft
180 Sybase IQ ETL 4.1
returns "James-Tiberius-Kirk"
uLeft
Description Returns the leftmost N characters from a string
Syntax string uLeft(input, chars)
Parameters
string input
The input string.
number chars
The amount of characters to be retrieved.
Examples To get the leftmost part of a string:
uLeft("James T. Kirk", 5) // returns "James"
uLeft(null, 5) // returns null
uLength, uLen
Description Returns the length of a string
Syntax String uLength(input)
Parameters
string input
The input string.
Examples To get the length of a string:
uLength("James T. Kirk") // returns 13
uSubstr, uMid
Description Returns a part of a string starting at a character position with a length of length.
Syntax string uSubstr(input, position, length)
Parameters
string input
The input string.
Vista de pagina 193
1 2 ... 189 190 191 192 193 194 195 196 197 198 199 ... 221 222

Comentarios a estos manuales

Sin comentarios