_CP_replace_bridge

_CP_replace_bridge


_CP_replace Index Level _CP_rewind
Syntax int _CP_replace_bridge(int expression, CPSTR* string1, CPSTR* string2)
Category C Interface
Type C Function
Description equivalent to the following FlashBASIC statement: replace expression,string1 with string2

The expression should be an integer file descriptor returned by the _CP_open call.

This function returns -1 if an error occurs. The error code is contained in _CP_errno.
Options
See Also C Functions introduction _CP_open
Example
Warnings A bridge must be present on the desired file.
Compatibility AP 6.1
_CP_replace Index Level _CP_rewind