Comment or annotation [DONE]

Greetings,

I would like to have comments or annotation in the expression editor

regards

CVO

Hi Christophe,

expressions can already be commented:

Any text between a double-slash (//) and the end of line is considered a comment and is ignored during expression evaluation. A comment can’t span several lines. Example:

//Converted amount.
[Amount] * {FX Rate}  // Using a parameter for the exchange rate.

My apologies, I didn’t know. That’s perfect.
Where is it documented ?

It’s in the tutorial here: https://easymorph.com/learn/expressions.html.

Comments in expressions were added in v.3.6.1.

UPDATE
I’ve just added a mention about comments in our web-help too.

There’s tutorials for EM ? What for ? :wink:

1 Like