M
Marc Bishop
Hi all,
i want to display a list of specifications but only want them to be
displayed if
the returned value from the database is not "".
the only way i could think of was
If height <> "" then
showspec = showspec + "<TR><TD>specHeight</TD><TD>" & height & "</TD></TR>"
end if
but this is a really had way of doing it (mixing design with logic)
can anyone maybe give me a clue to a better way to do it?
thanks in advance
marc
i want to display a list of specifications but only want them to be
displayed if
the returned value from the database is not "".
the only way i could think of was
If height <> "" then
showspec = showspec + "<TR><TD>specHeight</TD><TD>" & height & "</TD></TR>"
end if
but this is a really had way of doing it (mixing design with logic)
can anyone maybe give me a clue to a better way to do it?
thanks in advance
marc