[thelist] testing for empty in javascript

Chris W. Parker cparker at swatgear.com
Tue Jul 16 17:28:00 CDT 2002


i'll handle this one guys. ;)

> -----Original Message-----
> From: Jeremy Weiss [mailto:jweiss at cei.net]
> Sent: Tuesday, July 16, 2002 3:20 PM
>
> The script jeff sent me works great. Unfortunitly the value
> comes across to
> the next page as a comma-delimited list.  How would I go
> about turning this
> list into an array using VBScript?

(i'm assuming server side)
--------------------------------
Dim myArray

myArray = Split(variable,",")
--------------------------------
(that should work)

let me introduce you to this page...

(watch wrap)
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/script5
6/html/vsfctsplit.asp

it is a list of all the VBScript functions.


hope that helps,
chris.



More information about the thelist mailing list