Let ( ~someVar = FunctionalArea » Tablename::fieldName ; If ( ~someVar = "Active"; True; False ) ) |
Let ( [ ~privateVariable = List ( "one" ; "two" ; "three" ); $localVariable = Substitute ( ~privateVariable ; [ ¶ ; "," ] ); $$globalVariableTopValue = GetValue ( ~privateVariable ; 1 ) ]; "Your Let function result is " & $localVariable ) |
|
good |
|
|
bad |
|
|
bad |
|
good |
|
|
bad |
|
good |
|
|
bad |
$hasReturns ~isTrailing $containsSpaces not ~containsEmailAddress |