it's time to cry for help - my brain feels like a hive of hornets, and my eyes are becoming more & more rectangular, but this must work - it should be so simple!
Problem: LC 6.7.10, Call a function with a HTML encoded string:
Code: Select all
put test("TÄubchen-Soße")
Code: Select all
function test MyStr
return MyStr
end test
Result: Nothing happens.

Code: Select all
test("TÄ 5:58:03 PM (1984)
What's to do? Do I really need to charToNum the whole string before, just to pass it to a function? There must be a simpler way, and I'm sure I'll bang my head upon the table once you've told me ...
Thx for your help, have fun!
Edit: See here for the solution!