Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

COBOL help needed

Options
  • 24-04-2003 10:32pm
    #1
    Closed Accounts Posts: 302 ✭✭


    I am wondering if anyone can help me with a problem I have with UNSTRING. Basically, I want to separate out a string into four parts, but the string is delimited by slashes "/" , eg. /xxxxxx/xxxxxx/xxxxxx/xxxxx.html. It's difficult to do because of the first slash. I've tried replacing all but the beginning / with spaces and then unstringing, delimited by spaces, but it's not working. Anyone know an easier way around this??


Advertisement