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 componentnameName of the component (leave empty to run the main witty)
RECORD dataData for the component
Return value
STRINGThe output of the witty run