Hi, I need to retrieve a string from a database which is comprised of several information. An example is 'USA/FRA/GER'. Now, I need to break these info into 'USA', 'FRA' and 'GER' respectively. How do I identify these info and separate them?
Thanks

Rgds
Lynn