Accessing variables with spaces in scripts or expressions

The documentation show several examples of evaluating expressions using variableName on the current process, i.e. the engine consider the following script

{variableName == ‘myVar’}

equivalent to
{ execution.getVariable(‘variableName’) == ‘myVar’}

is it possible to have a syntax like the first one also to be used with a variable named ‘My Var’ ?

Hi Edmondo,

As far as I know that is not possible.

Cheers,
Thorben