How to split string which has been concatenated in MIT inventer

Hello everyone!!
I have concatenated combination of strings and integers through delimiter "/" using MIT inventor.
Now I want to split that string.
Kindly suggest me some methods for splitting that string.
Regards!!

Have a look at the parse example in Serial Input Basics. It uses a comma as a delimiter but you could easily change it to any other character.

...R

Okay.
I'll check it.
thanks