Extended Systems OneBridge 4.1 Uživatelská příručka Strana 146

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 222
  • Tabulka s obsahem
  • ŘEŠENÍ PROBLÉMŮ
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 145
uNot
132 Sybase IQ ETL 4.1
Syntax number uIsNumber (params)
Parameters
params
An expression or value to investigate.
Examples To check for a numeric value:
uIsNumber("1") // returns 1
uIsNumber("2.34") // returns 1
uIsNumber("ABC") // returns 0
uNot
Description Calculates the logical not from the input expression. This function is only used
in conjunction with the
uIs-Functions, because the Boolean values returned are
not
true and false, but are 0 and 1.
Syntax number uNot(expression)
Parameters expression
A numeric value that should be negated.
Examples uNot(1) // returns 0
Conversion functions
uBase64Decode
Description Decodes a string from a Base64 representation.
Syntax string uBase64Decode(input)
Parameters
string input
The string to decode.
Examples To encode a string from Base64:
uBase64Dcode("QQAgAHMAZQA=") ;; returns "A secret="
Zobrazit stránku 145
1 2 ... 141 142 143 144 145 146 147 148 149 150 151 ... 221 222

Komentáře k této Příručce

Žádné komentáře