vb IIf
Function IIf(bExpression, strTrue, strFalse) If bExpression Then IIf = strTrue Else IIf = strFalse End If End Function
ASP implementation of VB's IIf.
Updated: Saturday 9th October 2010, 06:45pm
There are 0 comments
Comments are currently closed.