FT_FPLACE() Write a new value to a field. ──────────────────────────────────────────────────────────────────────────────
Syntax
FT_FPLACE( <xVar>, <xVal> ) -> xVal
Arguments
<xVar> is either a field name or ordinal .DBF position.
Returns
<xVal>, the FT_FPLACE()d value. NIL if error.
Description
FT_FPLACE() writes a new value to a specified field of *ANY* Clipper-valid type. In conjunction with the FIELDPLACE UDC (in FT_FIELD.CH), it constitutes a fully capable alternative to REPLACE.