Before it processes a file, it checks the filename, and make it work:
i am having problem with these two charecters, the application is tweaking replacing them with another wild charecter:
"ñ" is becoming this: "¤"
"2ª" is becoming this with a pipe symbol: "2¦"
The above two charecters are widely used by one of our clients in spain.
Please help i have the following script testfilename:
Code: Select all
SRT>Testfilename
let>filetest=Passed
Let>SomeString=%flline%
Length>SomeString,sl
Let>sl=sl+1
Let>s=1
Label>sckackloop
If>s=sl,donewithtest
MidStr>%SomeString%,s,1,testchar
VBEval>Asc("%testchar%"),testasc
If>{(%testasc% >=32) AND (%testasc% <127>s=s+1
Goto>sckackloop
Else
let>filetest=failed
Endif
Label>donewithtest
End>Testfilename