_CP_footing

_CP_footing


_CP_fold Index Level _CP_get
Syntax int _CP_footing(CPSTR* string)
Category C Interface
Type C Function
Description equivalent to the FlashBASIC statement: footing string

This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Options
See Also C Functions introduction
Example /* The following example sets the footing to "footing". */

CPSTR * s = _CP_mkstr("footing");

_CP_footing(s);
Warnings Heading and footing will only work properly if all output is done through _CP_ calls.
Compatibility AP 6.1
_CP_fold Index Level _CP_get