Link to home
Start Free TrialLog in
Avatar of cwchaw
cwchaw

asked on

How to use Split Function?

From VB Help Split Function:

Description

Returns a zero-based, one-dimensionalarray containing a specified number of substrings.

Syntax

Split(expression[, delimiter[, count[, compare]]])


So, I need an example to use the function.


ASKER CERTIFIED SOLUTION
Avatar of yronnen
yronnen

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of cwchaw
cwchaw

ASKER

How to I know the total row of the array?
Avatar of cwchaw

ASKER

How to I know the total row of the array?
Avatar of cwchaw

ASKER

I use ubound within the loop to retrieve data from the dynamic array.