GetPrintedAsBlob (open)
Get the output of a function call as a blob
Syntax
LOADLIB "wh::files.whlib";
BLOB FUNCTION GetPrintedAsBlob(MACRO PTR toinvoke)
Parameters
MACRO PTR toinvoke
Call to invoke
Return value
BLOB
Printed output as blob
Get the output of a function call as a blob
LOADLIB "wh::files.whlib";
BLOB FUNCTION GetPrintedAsBlob(MACRO PTR toinvoke)
MACRO PTR toinvoke
Call to invoke
BLOB
Printed output as blob