You might want to format your strings correctly by not puttings macros within string delimiters as in
code:
$a='test '+@FULLNAME

and not
code:
$a='test @FULLNAME'

_________________________
There are two types of vessels, submarines and targets.