Hi, not sure if the following should work:
<hansl>
open denmark
series se
string s
print se s # error
</hansl>
The cause seems to be mixing a series with another type in the print
command. (Even though the error msg somewhat misleadingly complains
about the string type.)
thanks
sven