I wish to trim spaces from the text stored in a variable.
I am using an expression to do this and storing the result in another variable
my expression is:
trim(@Variable.AM_Data_Machine , ' ') + trim(@Variable.AM_Data_Equipment , ' ') + '-' + trim(@Variable.AM_Data Location , ' ') + trim(@Variable.AM_Data What_to_Check , ' ')
although the spaces are not removed.
is there any way of removing the spaces within the text stored in a variable.
Many thanks for looking