Converemon
New Member
- Joined
- May 23, 2014
- Messages
- 15
I have just recently discovered the "Split" function and found it very useful for a project I am working on. I am parsing a string in the form of "M71+L09+J82+K99..." with "+" as the delimiter. However, when I try to parse the string into an array it only grabs the strings after the "+" which results it skipping the first one ("M71"). I was wondering if anyone had to deal with this problem before? Here is my code:
Code:
opcArray() = Split(curoptlistcell.Value, "+")