i am having a tiny, but really annoying problem.. i am using php to make an online highscore, but for some reason my current server adds a blank first line to the output.
since the first value happens to be the name, its pushed to the second line and disappears.
as a quick fix, i used:
Condition Action
[Left$(get, 2) = NewLine$] -> [Set get Mid$(get, 2, 99999)]
but it doesn't work when i export to flash, i also tried Left$(get, 1) and Left$(get, 3), but neither triggers, even though i know the first character is a blank line.
So i would like to know how to compare to a new line that works in all runtimes..
EDIT: i solved the php part, i had a blank line under ?> in the mysql-login php file, which was included