Question
Truncating Dynamic Text
Hello, I'm pulling in text via an XML file to populate part
of my movie. The XML is being provided by and external vendor and
contains more data than my movie will allow. The text field i'm
looking to shorten is a list of names all seperated by commas. So,
what I'm wanting to do is limit this list to two names, and I would
think to do that i would need to search the string, tell it to
count the first comma, but upon reaching the second comma, truncate
the remaining text. thnoughts on how to do this because I haven't
figured it out yet. thanks!