Hi,
simple code:
<hansl>
set verbose off
nulldata 50
string desc = "This is something about my foo series"
series foo1 = normal()
series foo2 = normal()
series foo3 = normal()
setinfo foo1 --description=desc
setinfo foo2 --description="This is something about my foo series"
setinfo foo3 --description=@desc
</hansl>
So, why:
1. the first one works, but result is unexpected?
2. the second one works perfect?
3. the third doesn't work at all?.
Marcin