kenneth.campos
Registered User.
- Local time
- Today, 12:33
- Joined
- Jan 2, 2010
- Messages
- 11
Can I use split like this?
myVar = Split(whatever)(0)
myVar1 = Split(whatever)(1)
myVar2 = Split(whatever)(2)
myVar3 = Split(whatever)(3)
resulting in
myVar = w, myVar1 = h, myVar2 = a, myVar3 =t, etc...
myVar = Split(whatever)(0)
myVar1 = Split(whatever)(1)
myVar2 = Split(whatever)(2)
myVar3 = Split(whatever)(3)
resulting in
myVar = w, myVar1 = h, myVar2 = a, myVar3 =t, etc...