Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Split function problem 1

Status
Not open for further replies.

AgentM

MIS
Jun 6, 2001
387
US
What if the string contains a null value; How Do I capture it in the array using Split..
 
You can check for a value like

if arySplit(i) = "" then
arySplit(i) = "Null"
end if

Joli
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top