Hello,
I'm having difficulty trying to get the following to work.
I pull a string from a database ie:
fdhfdghgfc-4jhgsldkert-2dflnkhfdhdf-3
I then want the string to be split up by the asterix (*), then by the dashes and displayed in a table like this:
fdhfdghgfc 4
jhgsldkert 2
dflnkhfdhdf 3
The string from the db can contain as many items as it wants, so I am thinking I should use arrays, but i'm having a really hard time trying to figure it out.
Many Thanks
Stephen