Not to be confused with the Replace$ command.
I had to replace 32 strings, so I highlighted the string to replace, copied the string to replace it with to the clipboard and did Alt-E, Alt-E and ControlV in the "Replace With" box.
I wanted to replace this string:
rc = HLLAPI(Func, Buffer, bSize, RetC)
With this string:
Call Dword ProcAddr Using HLLAPI(Func, Buffer, bSize, RetC)
And this is what I got:
Call Dword ProcAddr Using HLL
Can I put an enhancement request in for 255 characters or so?
Thanks
Scott
-------------
Scott
mailto:[email protected][email protected]</A>
I had to replace 32 strings, so I highlighted the string to replace, copied the string to replace it with to the clipboard and did Alt-E, Alt-E and ControlV in the "Replace With" box.
I wanted to replace this string:
rc = HLLAPI(Func, Buffer, bSize, RetC)
With this string:
Call Dword ProcAddr Using HLLAPI(Func, Buffer, bSize, RetC)
And this is what I got:
Call Dword ProcAddr Using HLL
Can I put an enhancement request in for 255 characters or so?
Thanks

Scott
-------------
Scott
mailto:[email protected][email protected]</A>
Comment