marcelo Contributor


Joined: 10 May 2008 Posts: 155
|
Posted: Thu Apr 15, 2010 4:02 am Post subject: |
|
|
I think that i find the answer to my question
It's using VDSUG.DLL. Great DLL!!!
My code is:
| Code: |
UG FILEOPEN,1,%%File, READ
%%String = "mySearchString"
%%found = @UG(FILESEARCHTEXT,1,%%String)
if %%found
info Found!!!
end
UG FILECLOSE,1
|
This works fine, is there a faster way?
Thanks a lot...
Marcelo |
|