GetValue

combit List & Label Designer

combit List & Label

GetValue

Purpose:

Returns the value of a variable or field. Is often used in connection with Exists().

Parameter:

String

Return value:

All

Example:

Str$(GetValue("Customers.CustomerID"),0,0)        Result: 1234

If(Exists("Customer.Status"),Evaluate("Customer.Status"),"no customer status")