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 componentname
Name of the component (leave empty to run the main witty)
RECORD data
Data for the component
Return value
BLOB
The output of the witty run as a blob