Improved Split function

  • Comments posted to this topic are about the item Improved Split function

  • Hi Elmer! I have a question for you. I love this fn, but I have a need to split out a semicolon delimited string...then split it out again using the comma delimiter. Here is what I would like the output to look like so that I can use it:

    first round

    id string1

    1


    Thank you!!,

    Angelindiego

  • sorry Elmer, I hit a button and it "SENT" and I wasn't done!! Let me continue....

    results:

    original input string = 'abc,123;nko9jh'

    ID String

    1 abc,123

    2 nko,9jh

    then second result set = :

    id string1 string2

    1 abc 123

    2 nko 9jh

    is this even possible? I am messing around with the fn, trying to make this work!!


    Thank you!!,

    Angelindiego

Viewing 3 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply