Hi,
I'm trying to find a way to limit the number of columns in my sp list. I have 5 questions (y/n) which are answered by ticking the checkbox control, I was thinking about collecting all the results and putting it in a text column as a string with delimiters, the problem starts when I think about extracting the result back to the form, I thought I could use Split() for that but I'm not sure how to extract mid string values and I'd rather not create if() with all possible combinations.
Is there a way of reading what's after lets say 3rd delimiter?