Hello, I've this problem. I'm trying to split a string (obtained from a sql sentence) in two variables.
The values in the string are separated by comma, something like:
I would like to enter "Car" in a variable "A" and "Red" in a variable "B".
I tried with "regex.split" without success.
Does anyone know how to do this?
tnx
The values in the string are separated by comma, something like:
B4X:
"Car ,Red "
I would like to enter "Car" in a variable "A" and "Red" in a variable "B".
I tried with "regex.split" without success.
Does anyone know how to do this?
tnx