PRINT HTML()
From Recital Documentation Wiki
Revision as of 10:00, 11 November 2009 by Yvonnemilne (Talk | contribs)
Purpose
Display object as HTML
Syntax
PRINT_HTML(<object-ref>)
See Also
ACLASS(), ADDPROPERTY(), AMEMBERS(), ARRAY(), CLASS, COMPOBJ(), CREATEOBJECT(), DEFINE CLASS, DODEFAULT(), METHOD, NEWOBJECT(), OBJECT(), PRINT_JSON(), PRINT_R(), PRINT_XML(), REMOVEPROPERTY(), SET CLASSLIBRARY, WITH
Description
The PRINT_HTML() function is used to display the specified object, <object-ref>, in HTML.
Example
open database southwind select * from shippers into object shipobj print_html(shipobj)
1 | Speedy Express | (503) 555-9831 |
2 | United Package | (503) 555-3199 |
3 | Federal Shipping | (503) 555-9931 |
Products
Recital, Recital Server