11-08-2007, 04:35 PM
Hi,
Code i have is something like this:
str example="find emailadres@aol.com"
str test
findrx(example "emailadres@aol\.com" 0 1|16 test 0)
str test2
str output
test2.getfile("c:\test.txt")
findrx(test test2 0 1|4 output 0); err
out output
But you say the findrx is wrong?
I tried several things, everyting didn't work althoug the strings are populated with the right values...
Thanks for the time ...
freggel
Code i have is something like this:
str example="find emailadres@aol.com"
str test
findrx(example "emailadres@aol\.com" 0 1|16 test 0)
str test2
str output
test2.getfile("c:\test.txt")
findrx(test test2 0 1|4 output 0); err
out output
But you say the findrx is wrong?
I tried several things, everyting didn't work althoug the strings are populated with the right values...
Thanks for the time ...
freggel
