Page History
8.4.2 Methods in Expressions
You can now use methods of a component and intrinsic functions in expressions. For example:
Change #STD_TEXT To( #COM_OWNER.StringMethod( #ADDRESS1, #ADDRESS2))
Change #STD_NUM To( #COM_OWNER.NumberMethod( #SALARY ) * 2 )
Change #STD_COUNT To( #ADDRESS1.Trim.CurSize)
The syntax is:
#VariableName[.Features].MethodName[ ( [Parameters] ) ]...