Announcement

Collapse
No announcement yet.

Split() function?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Split() function?

    It would appear that PB/DLL6 doesn't have the VB6 Split function.
    This creates an array from a string and delimeter.

    Does anyone have a super-fast PB function that does this?

    Cheers

    - Nathan.

  • #2
    See PARSE$ ???

    MCM
    (not a VB programmer)
    Michael Mattias
    Tal Systems (retired)
    Port Washington WI USA
    [email protected]
    http://www.talsystems.com

    Comment


    • #3
      Thanks.

      Comment


      • #4
        Take a look at this, Dave Navarro posted some time ago, I use
        it all the time.
        http://www.powerbasic.com/support/fo...-7-000081.html

        ------------------
        -Greg
        -Greg
        [email protected]
        MCP,MCSA,MCSE,MCSD

        Comment


        • #5
          Great! Thanks.

          I only got my PB the other day so i haven't done much yet, let alone read the docs.
          I'll do some performance counts to see how fast this really is =)


          Thanks again.

          Comment


          • #6
            Works great - and from performance tests, seems faster than VB's
            own Split() function!!!

            Thanks Gregery for bringing this to my attention and thank you Dave
            for writing it.

            -Nathan.

            Comment

            Working...
            X