Strange behavoir auf string token to long

Q&A's, tips, howto's
Locked
Darth_Severus
Posts: 18
Joined: Fri Aug 08, 2014 6:08 pm

Strange behavoir auf string token to long

Post by Darth_Severus »

When I run a script of mine while putting (exit) at the end, it works. But if I want to stay inside of it after it run, I get this:
ERR: string token too long : "|\n|-----\n| width=\"250\" valign=\"top\" |\n* "
It's not about what this error regularly means, but why it appears only if I don't end the program. Anyway, this whole string handling is nasty. I don't get things done this way.

hartrock
Posts: 136
Joined: Wed Aug 07, 2013 9:37 pm

Re: Strange behavoir auf string token to long

Post by hartrock »

Could you post a minimal script triggering this problem?
So it's difficult to say more about it.

Locked