Visara Master Console Center Scripting Guide Uživatelský manuál Strana 207

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 262
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 206
Chapter 5 Script Commands
Scripting Guide 207
VERSION
Syntax:
VERSION() ==> $VersionStr
Description:
Returns a string giving the product and script language version levels.
Action:
none
Parameters:
none
Returns:
String value of the following form:
V.RP(B)-v.r.p
where
V product version
R product revision
P product patch level
B product build number
v script language version
r script language revision
p script language patch level
Example:
$vstr := VERSION()
LOG( LOG_FLT, "Running version " + $vstr, 5 )
See Also:
none
Zobrazit stránku 206
1 2 ... 202 203 204 205 206 207 208 209 210 211 212 ... 261 262

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

Žádné komentáře