Split Array into sub strings

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)

1 Like

use the activitity add to collection and also code item.tostring.split(vblf.tochararray)(0).substring(index,string)