Click to See Complete Forum and Search --> : Urgrent!! "Out of Memory" using Replace function


Kung Wu
February 9th, 2000, 05:31 AM
Urgent!! I'm using Replace function to replace string in a large text file but Out Of Memory. How can overcome this?

Dhirendra123
February 9th, 2000, 05:52 AM
Define your variable as "Variant" rather then "string".
"Variant" type of variable suited for this kind of storage.
It should address your problem.