You are here: System Setup > Attributes > Calculated Attributes > Comments

Comments

Calculated Attribute expressions can be written using the following available functions. Examples follow the Available Functions table.

Available Functions

Type

Description

multi line

Commented text that spans multiple lines.

/* is used to start the comment text

*/ is used to conclude the comment text

inline

Commented text on the current line, does not continue on the new line.

// is used to start comment text for the current line

Examples

Copy and paste any of the following examples into the Function Editor and then evaluate against the specified object to get the defined result.

prodval('TEXT1id') // This text is a comment
prodval('NUMBER1id') /* This text is a comment and 
commented text continues on each line until the concluding 
comment indicator is reached.*/

2017, Stibo Systems