Hi there,
i have a string that looks like the following;
file1.ext:1024 file2.ext:2053 file3.ext:10273
i need to find a way of inputting each different bit as a seperate row in a table, for example:
filename Size
file1.ext 1024
file2.ext 2053
file3.ext 10273
Maybe i need some sort of array or while loop? Im not sure so any suggestions or scriptlets would be greatly appreciated.
Jonathan