BSKCHAR* BSKStringReplace( BSKCHAR* primary,
BSKCHAR* target,
BSKCHAR* replacement,
BSKUI32 from );
Inputs:
Description: Searches 'primary' for the first appearance of 'target', at or after 'from', and replaces 'target' with 'replacement.' The string is returned. If 'target' is not found in 'primary', this function returns 0.
Return to the API
Return to the function listing