Results 1 to 10 of 10

Thread: String Functions

Threaded View

  1. #1

    Thread Starter
    Frenzied Member Technocrat's Avatar
    Join Date
    Jan 2000
    Location
    I live in the 1s and 0s of everyones data streams
    Posts
    1,024

    String Functions

    As part of another project I am working with I made the following string functions:
    IsNumeric
    Upcase
    Lowercase
    Trim
    RTrim
    LTrim
    right
    left
    mid

    I was wondering if you guys could take the time to look at my code and let me know if it is optimized, and/or if there is a better way to do something. Then let me know so I can fix it. Included is a sample console program just to show how each function works.

    Thanks
    Attached Files Attached Files
    Last edited by Technocrat; Mar 25th, 2002 at 02:01 PM.
    MSVS 6, .NET & .NET 2003 Pro
    I HATE MSDN with .NET & .NET 2003!!!

    Check out my sites:
    http://www.filthyhands.com
    http://www.techno-coding.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