
DescriptionExample (using variable num)Method
Get the value of NUM as textNUM.ValueToStringValueToString
Text Variables
Description of Text Variables
DescriptionExample (using variable txt)Method
Get the text value of TXTTXT.Value.ValueAsStringValue
Set the text value of TXTTXT.SetValue(value)SetValue
Text Variables: Choice Lists
Description of Text Variables: Choice Lists
DescriptionExample (using variable txt)Method
Get the text value of TXTTXT.Value.ValueAsStringValue
Set the text value of TXTTXT.SetValue(value)SetValue
Array of Numbers
Description of Number Arrays
DescriptionExample (using variable numArray)Method
Get the number of values stored in
NUMArray
NUMArray. LengthLength
Add a number to NUMArrayNUMArray. Add(value)Add
Get the number stored at a specific
index in NUMArray
NUMArray.ArrayValue(index).ValueAsDoubleArrayValue
Set the number stored at a specific
index in NUMArray
NUMArray.ArrayValue(index, value)ArrayValue
286 | MTS TestSuite
Working with Variables
Comentarios a estos manuales