Allow shorthand notations in variable and edit member item - Mendix Forum

Allow shorthand notations in variable and edit member item

1

Allow shorthand statements (aka ternary) to check if something equals something or to set a value:

‘plant= ‘+ (($Plant = empty)?’plantWhenEmpty’: ‘plantWhenNotEmpty’)

more examples:

https://davidwalsh.name/php-ternary-examples

asked
0 answers