cyprus106
Programmer
- Apr 30, 2001
- 654
- 0
- 0
I need to find a function that divides a string into parts based on what the user defines as the part to divide it by. Confusing, wait, example: 'cyprus.was.here' the user wants to divide this string into parts based on the '.', so there would be 3 parts: 'cyprus', 'was', and 'here'. or if i wanted to break it up by 'y', it would be: 'c' and 'prus.was.here'.
somewhat like fnsplit, but with a designated string, and a designated segimant divider, as opposed to a file name and '\\'. I'm not exactly sure where to start here, and I don't have ANY time to even attempt it, so I was desperately hoping someone out here might know. Cyprus
somewhat like fnsplit, but with a designated string, and a designated segimant divider, as opposed to a file name and '\\'. I'm not exactly sure where to start here, and I don't have ANY time to even attempt it, so I was desperately hoping someone out here might know. Cyprus