PDA

Click to See Complete Forum and Search --> : Data List = Null ?!


Roselene
Jan 14th, 2000, 01:09 AM
Hi, everybody!

I’d like to know how can I set a DataList with a selected item to be Null again ?
I’ve tried
[MyDataList] = null
But I get a error message “Invalid use of null”

Regards,
Roselene

netSurfer
Jan 14th, 2000, 01:14 AM
try setting it to -1, assuming 0 is the first item in the list. -1 is usually the blank(null).

Roselene
Jan 14th, 2000, 01:32 AM
NetSurfer,

It works beautifully,

Thanks,
Roselene