26 Jul
2000
26 Jul
'00
6:16 p.m.
joel grimes wrote:
How do I do this?
I have a table with a field called SerialNumber. I want to test it for null and return a non-breaking space if it's null.
Here's what I tried:
<dtml-if "SerialNumber = null"> <dtml-else><dtml-var SerialNumber> </dtml-if>
<dtml-var SerialNumber null=" "> -- Nick Garcia | ngarcia@codeit.com CodeIt Computing | http://codeit.com