1 Jul
1999
1 Jul
'99
10:52 a.m.
I would like to save the html product of a database query for subsequent recall. If I have something like this: <!--#in sqlMethod--> <!--#call "REQUEST.set('htmlString',htmlString+PRICE+'</td><td>'+DESCR IPTION+'</td><td>)"--> <!--#/in--> where PRICE is a numeric field from the database, then I get a typeError - presumably because PRICE is numeric and the others are text. How do I convert PRICE into a string to avoid this problem? ------- Regards, Graham Chiu gchiu<at>compkarori.co.nz