Extended Systems OneBridge 4.1 Guide de l'utilisateur Page 194

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 222
  • Table des matières
  • DEPANNAGE
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 193
1 2 ... 189 190 191 192 193 194 195 196 197 198 199 ... 221 222

Commentaires sur ces manuels

Pas de commentaire