CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 1999
    Posts
    14

    Urgrent!! "Out of Memory" using Replace function

    Urgent!! I'm using Replace function to replace string in a large text file but Out Of Memory. How can overcome this?


  2. #2
    Join Date
    Dec 1999
    Posts
    20

    Re: Urgrent!! "Out of Memory" using Replace function

    Define your variable as "Variant" rather then "string".
    "Variant" type of variable suited for this kind of storage.
    It should address your problem.



Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured