LoveToCode
MIS
- Jan 11, 2007
- 51
Hello,
I have a string like this:
89|23|53|24|29|73
I'd like to put that string into an array list (or array) without writing a function. Is there some array parsing function that will populate an array automatically?
Thanks,
-- jq
I have a string like this:
89|23|53|24|29|73
I'd like to put that string into an array list (or array) without writing a function. Is there some array parsing function that will populate an array automatically?
Thanks,
-- jq