Hy there,
well, don't ask why but I got a text like that:
and then I got a LUA-Code like:Code:http://kaneda:81/index.html?C:%5CDOKUME~1%5CTETSUO~1%5CEIGENE~2%5CALTERN~1%5C01-11-~1.MP3
If I replace the %5C (I think you get it that this is the URI placeholder for a slash) with e.g. "xHHHx" it works.Code:if strfind(pld1,"%5C") then temp = gsub (tostring(pld1) ,"%5C","\\") execute(start".." ".."C:\\Programme\\Winamp\\winamp.exe".." "..temp) else result = 0 end
It's important that it's %5C. How can I handle the percent-sign in a strfind?
Greets
Tetsuo


Reply With Quote