vb IsNull
Public Function IsNull(Value, DefaultValue) If IsNull(Value) Or IsEmpty(Value) Then IsNull = DefaultValue Else IsNull = Value End If End Function
IsNull implementation in Classic ASP.
Updated: Thursday 7th October 2010, 10:59pm
There are 0 comments
Comments are currently closed.