mardi 13 mai 2014

Array delimeter after split


Vote count:

0




For example i have



Listbox1.list = "one·two·three·four"


Then i do



ListBoxArrSplitToRows(counter) = Split(.List(y - 1), "·")


How values saving into Array? with wich delimeter?


It is possible to change



Split(.List(y - 1), "·") with .List(y - 1, 1) & vbCRLF & .List(y - 1, 2)?

It is be the same? if for second way i have to collect values from 4 column ?


asked 48 secs ago






Aucun commentaire:

Enregistrer un commentaire