WittyTemplate::RunComponentToBlob (open)
Get the results of a witty execution of a specific component as a blob
Syntax
LOADLIB "wh::witty.whlib";
BLOB FUNCTION RunComponentToBlob(STRING componentname, RECORD data)Parameters
STRING componentnameName of the component (leave empty to run the main witty)
RECORD dataData for the component
Return value
BLOBThe output of the witty run as a blob