APIDOC Namespace Reference

RETVAL Organizational

Summary

Description for the return value of the ENTRY

Syntax

<RETVAL [name="..."] type="...">
    . . .
</RETVAL>
NameTypeDescription
namestringOptional.  The name of the return value.
typestringThe data type of the return value.

Description

RETVAL works exactly like the PARAM tag, with the exception that the name attribute is optional.  If name is omitted, it defaults to the string "Return Value".

Notes

RETVAL can only be contained by a SYNTAX tag.

See Also

Groups [ Organizational ]
Entries [ ENTRY | PARAM | SYNTAX ]

This page was generated by APIDOC