> |  
SPLIT ???
DanteS
Ho scoperto la funzione split...bellissima...ritorna in un Variant (ret) un
array di valori di un campo multivalore (teststr) considerando un delimitatore
di valori (delim)...e fin qui tutto ok...

Ma come faccio a dimensionare l\'array??? o meglio come posso saper il valore di
Y nello script sottostante?

Dim ret As Variant
dim teststr as string
Dim delim As String
teststr = "This is the Connection"
delim = " "
ret = split(teststr, delim)
For x = 0 to [b]Y[/b]
Azione su....ret(x)
Next




    re : SPLIT ??? - maci -
You are here SPLIT ??? - DanteS -