Numeric variables – Visara Master Console Center Scripting Guide User Manual

Page 37

Advertising
background image

Chapter 3 Script Syntax

Scripting Guide

37

Numeric Variables

ƒ

Numeric variable names are prefixed with a percent sign “%”.

ƒ

The maximum value of a numeric variable is 2

31

-1.

ƒ

The minimum value of a numeric variable is -2

31

.

ƒ

Numerics are automatically initialized to zero. For example:

%VarName
%Loop1 := 8
%Total := %Sub1 + %Sub2 + %Sub3

Advertising