K2 BLACKPEARL PRODUCT DOCUMENTATION: USER GUIDE
Special Considerations

Inline Functions - Special Considerations

Date Times and Time Spans

The only operator that is valid for two date times is subtraction, which will result in a time span.

Time spans can be added, subtracted and negated.

Time spans can be added or subtracted from date times, which will result in a date time.

Text and Field Parts

Field parts should not be nested inside of text literals. The following method is recommended:

"Dear " & <field part> & ",

We would like to thank you for your purchase of """ & <field part> & """.

Management."

Numbers in Text

Text literals can be used instead of numbers, only when:


For example, the following expressions are valid:

Errors will not be reported in the expression builder. Errors are only reported at runtime.

Field Parts

Field parts need to have a pre-determined type; as such, field parts with the type “Object” or “Variant” will need to be converted to a well-known type before use. Note that Inline Functions can be automatically converted by selecting the correct type within the wizard.

 

 


K2 blackpearl Help 4.6.11 (4.12060.1731.0)