To add a short Variant (using a Variant <g>) to the pile:
OlafCode:Sub GetDoubles(S As String, D() As Double) Dim n As Long, V For Each V In Split(S, " ") If Len(V) Then ReDim Preserve D(n): D(n) = V: n = n + 1 Next End Sub
|
Results 1 to 18 of 18
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |