Hi All,
I have a string which is having value like : (in fig 1)a nd I have a choice field on which I its value display with blank values
I used split function - Split(TextInput2.Text,",")
I want result to be only with values
a
b
c

Hi All,
I have a string which is having value like : (in fig 1)a nd I have a choice field on which I its value display with blank values
I used split function - Split(TextInput2.Text,",")
I want result to be only with values
a
b
c