You have to declare a dynamic array for use with split :
VB Code:
Dim myStrArray() As String myStrArray = Split(...)
|
Results 1 to 4 of 4
Thread: split functionThreaded View
|
Click Here to Expand Forum to Full Width |