Results 1 to 9 of 9

Thread: Help convert a string modification code from C++ to VB

Threaded View

  1. #3
    Fanatic Member
    Join Date
    Jan 2006
    Posts
    710

    Re: Help convert a string modification code from C++ to VB

    The line within the loop should be:
    Code:
    chrArray(i) = chrArray(i) + 123
    Nah - that doesn't compile - I have no idea what you're trying to do with that original C++ code - could you explain?
    Last edited by David Anton; Jan 23rd, 2011 at 05:46 PM.
    David Anton
    Convert between VB, C#, C++, & Java
    www.tangiblesoftwaresolutions.com

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