Hi, i have a string of characters in a message, like this:
[ababacbabcdabacdeacbcbacbeab(
I need to use this for sequencing, basically i need to read each character each time ( each trigger) and then select and event based on the character.
So i have 2 questions:
How can i read each character in the message each trigger ? and ,
Is there is any object like select that work with characters ? for example: [select a b c d e] ?
Which approach would you recommend for this?
thanks in advance
R,