Hello IOhannes, thanks for the info.
IOhannes m zmölnig schrieb:
Urs Liska wrote:
If I had a possibility to have the original characters directly my life would be much easier...
unfortunately you cannot (yet...) however, using [makefilename %c] allows you to create a one-character symbol with any character (you have to provide the ascii-value).
Well, this works well with the space character, but not with the comma (presumably neither with other special characters). When providing 44 (ascii-value for the comma), a symbol GUI shows ', when I [print] it, it shows '\, and when I concatenate several characters with [l2s] it gives me even 6 backslashes before the comma.
So I would still need a way to transfer a 44 to a comma symbol...
Still thankful for any more ideas. Urs