Visara Master Console Center Scripting Guide Instrukcja Użytkownika Strona 207

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 262
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 206
1 2 ... 202 203 204 205 206 207 208 209 210 211 212 ... 261 262

Komentarze do niniejszej Instrukcji

Brak uwag