Question
Parsing a string
Hello,
I am writing my first application in ColdFusion. I am having a bit of trouble with the syntax to perform a function. I have a string: "abcdefghij". I would like to break it up into 3 seperate strings: "abc" "def" "ghij", but I can't figure out how to do this. Any guidance would be greatly appreciated. Thanks in advance!
I am writing my first application in ColdFusion. I am having a bit of trouble with the syntax to perform a function. I have a string: "abcdefghij". I would like to break it up into 3 seperate strings: "abc" "def" "ghij", but I can't figure out how to do this. Any guidance would be greatly appreciated. Thanks in advance!
