Excel Variables Separation

Hey @ridvanucok

You would storing the split values into an array variable.

arrStr(0)

The above will give you A

arrStr(1)

The above will give you B

and so on.

Hope this helps

Thanks
#nK

1 Like