I need to read from strings past a specific key point. For example:[CODE]"RandomPieceOfAString_mark_ANumber"
"AnotherRandomPieceOfTheString_mark_ABool"
"YetAnotherStringPiece_mark_AString"[/CODE]How do I read everything past the "_mark_" no matter what the string starts with?