ExplainFunctionSignature (open)
Generate a string which describes the given return and parameter types
Syntax
// Core function, no LOADLIB necessary
STRING FUNCTION ExplainFunctionSignature(INTEGER returntypeid, INTEGER ARRAY parametertypeids, STRING name)
Parameters
INTEGER returntypeid
Type number of the return type
INTEGER ARRAY parametertypeids
List of the type numbers of the parameters
STRING name
Name of the function/macro
Return value
STRING
Signature