cmelnick
05-16-2003, 01:20 PM
Don't know what my problem is today...Major brainfart or something...
OK...
' Is a variable string...just an example
strQuery = "item1 item2 item3"
Dim attr
attr = Split(strQuery, " ")
How the heck do I figure out how many items are in the attr array? Been wracking my brain.
Thx in advance.
OK...
' Is a variable string...just an example
strQuery = "item1 item2 item3"
Dim attr
attr = Split(strQuery, " ")
How the heck do I figure out how many items are in the attr array? Been wracking my brain.
Thx in advance.