I've tried to make a script which gets the Output of an php-File via Lynx and comparing the String with a saved one out of a local file. If the strings dosn't match each other it sets the new one as topic and save it into the old local file.
The script should check the php every X minutes and run the procedure automatically. In addition it offers a public command to run a nearly identically procedure to set the topic manually.
The second part runs without problems. But the If-Command to check if the files are identically does'nt work and drives me crazy with producing this error message:
wrong # args: no script following "{[strlwr $ttext] == " argument
If you have an idea what produces this error it would be nice if you help me out.