nilsbinnemans
Programmer
Hi,
I need to split a string into multiple fields. The string contains multiple values and looks like this:
{String}: Value 1, Value 2, Value 3, ...
The maximum number of values is pretty much unlimited but I had never had more than 5 values up to now.
How can I split it looking like this:
Field 1: Value 1
Field 2: Value 2
Field 3: Value 3
Any ideas?
Thank you!
Nils
I need to split a string into multiple fields. The string contains multiple values and looks like this:
{String}: Value 1, Value 2, Value 3, ...
The maximum number of values is pretty much unlimited but I had never had more than 5 values up to now.
How can I split it looking like this:
Field 1: Value 1
Field 2: Value 2
Field 3: Value 3
Any ideas?
Thank you!
Nils