Hello experts,

I have a string, and I need to split it into parts, and each part will represent different things, the parts will be seperated by either "." or "_", for example:

TOPOLOGY.WC.39.214S.138.DICKSON_DAM1

How do I dim it as a string with 7 parts. Or dim it as a whole and split it into 7 parts, then define the parts like ID=part(3), NAME=part(1) etc...


Thank you for your help in advance
Hallet