Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

REPLACE(<string>; <number for start position>; <number of characters to replace>; <string replacement>)

Description

Replaces characters within a text string with a different text string.
Values less than zero for position or length cause an exception for actual data entry.

Examples

StringNumber of starting positionNumber of characters to replaceString replacamentREPLACE returns
agfa12bbbbabbbba
agfa110bbabb
agfa21bagba
  • No labels