Let says I had a string given back from a certain fuction or 'DLL' that contained numerous values about the system that was seperated by a certain charactor (!%) example:

FAT32!%63555432!%FALSE!%24082000!%C:!%14

I now want to know how to put each individual value into varibles, so it would end up like this:

sys1 = FAT32
sys2 = 63555432
sys3 = FALSE

e.t.c

Can someone please help me out ?
TIA