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

  • 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 174
APPENDIX A Function Reference
Users Guide 161
Examples To create a unique identifier:
uGuid() // returns for example A8A10D9F-963F-4914-8D6F-
C8527A50EF2A
uMD5
Description Allows you to generate a checksum with a fixed length of 32 characters from
a given string.
Syntax string uMD5(text)
Parameters
string text
The text to build a checksum on.
Examples uMD5("Austin Powers") // returns
"C679A893E3DA2CC0741AC7F527B1D4EB"
uScriptLoad
Description Loads and evaluates JavaScript and returns the result.
Syntax string uScriptLoad(filelocation)
Parameters
string filelocation
The JavaScript file to load.
Examples To load an external JavaScript file:
uScriptLoad("\\server3\myScripts\basicFunctions.js")
uSetEnv
Description Writes a value to an environment variable
Syntax string uSetEnv(variable, value)
Parameters
string variable
Name of the environment variable to set
Zobrazit stránku 174
1 2 ... 170 171 172 173 174 175 176 177 178 179 180 ... 221 222

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

Žádné komentáře