setting a value to be null

rc4l

New Member
Can you set a variable to be null? Because I have an extension list and some people don't have extensions and int does not like a value of "" and 0 is the operator :]<BR><BR>Matt<BR><BR>there is no value = http://aspmessageboard.com/archive/index.php/null anymore. User variable = nothing.You could also try .Tostring and then compare it to "". I do this a lot especially when getting data from a database.<BR>ie. dataset.tables(0).Rows(0)("COL_NAME").Tostring<BR>
 
Back
Top