Grass Valley Xstudio Vertigo Suite v.4.10 User Manual
Page 282

Xstudio User Manual
10-17
Adding logic to control objects
3.
Double-click one of the listed functions at right to make it display in the field in the upper
portion of the dialog box.
Function
Description
LOOKUP
LOOKUP(
A string operator that applies a lookup table to the contents of an object.
Replace the expression’s generic components as follows:
- The object name or literal string.
- The lookup table name (must be in quotation marks).
Example:
LOOKUP(Control:Textbox1, “Weather”)
UCASE
UCASE(
A string operator that makes the contents of an object display in uppercase.
Replace
Examples:
UCASE(Control:Textbox2)
UCASE(“hello”)
LCASE
LCASE(
A string operator that makes the contents of an object display in lowercase.
Replace
Examples:
LCASE(Control:Textbox3)
LCASE(“Hello”)
&
(
A string operator that concatenates two strings. Replace
object or literal string.
Examples:
Control:Textbox3 & “%”
Control:Textbox3 & Control:Textbox4
SQRT
SQRT(
A math operator that calculates the square root of a number. Replace
with the number to be calculated.
Example:
SQRT(100), SQRT(Control:Textbox4)