I have an array and inside array(0) I have:
40000000
55
320
My Name
How can I split this to get each element separately? I need to extract the 40000000, 55, 320, My Name.
I have an array and inside array(0) I have:
40000000
55
320
My Name
How can I split this to get each element separately? I need to extract the 40000000, 55, 320, My Name.
item.tostring.split(vblf.tochararray)(0)
use the activitity add to collection and also code item.tostring.split(vblf.tochararray)(0).substring(index,string)