[QUOTE=rajibul;35702]Hi Giu,
Now it becomes 'H ![/QUOTE]
Try replacing the & with &
EDIT: Actually assuming that works for showing it but I’m not completely certain what you’re wanting to do with the variable.
In case it’s not just for showing it on a page somewhere you might want to make a small converter function to convert all &'s to ‘something’, then one to convert all ‘something’ back to &'s
EDIT2: Actually just starting thinking it might be because your global is being get through GET or POST and I think the syntax for those might use the & for something, so maybe setting the global to a SESSION global would work out better.
EDIT3: Nevermind, I’m unable to reproduce te problem, would you mind giving some more detail as to what all you’re doing with the global variable and maybe what SC version you’re running?