Results 1 to 6 of 6

Thread: String Functions

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member Alan777's Avatar
    Join Date
    Jan 2001
    Location
    New Zealand
    Posts
    303

    String Functions

    I'm totally new to C++. Any help is very much appreciated

    Can someone kindly give me C++ equivalents for the following VBA library functions:


    Left <<< Solved
    Right <<< Solved
    Mid <<< Solved
    InStr <<< Solved
    InStrRev
    Len <<< Solved
    Trim

    Looks like by the time someone answers I'll have solved them all myself

    also, how do you make an array of Strings, or do you have to make a 2 dimensional char array for this?
    Last edited by Alan777; Feb 23rd, 2002 at 08:31 AM.

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