sorry Gary, hope I'm not being a pain with these bugs, just trying to help
set a variable to another variable and then use the replace option but replace with a space ' '. It works great but if you export the profile and then reimport it then that space is lost and you end up with ''.
Set TEXT [temp1] to [temp2] (Replace 'a ' with ' ')
becomes
Set TEXT [temp1] to [temp2] (Replace 'a ' with '')
when it's reimported
Thanks Gary