beautypg.com

Version, Rsion, waitf – Visara Master Console Center Scripting Guide User Manual

Page 207

background image

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