Hi I have a string which is "Track 04 (3.51)". I'd like to be able to rip the information in the string so I have:

strTrackName = "Track 04"
strDuration = "3.51"

Anyone know a good way of doing this? Thanks in advance.