WittyTemplate::RunComponentToString (open)
Get the results of a witty execution of a specific component as a string
Syntax
LOADLIB "wh::witty.whlib";
STRING FUNCTION RunComponentToString(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
STRING
The output of the witty run