CHANGE |
DEVELOPER |
|
|
Purpose |
CHANGE replaces all occurrences of a sub-string (within the source string) with the replacement sub-string. |
Syntax |
variable = CHANGE (operand1,operand2,operand 3) |
Operation |
operand1 is any valid alphanumeric string |
Remarks |
|
Example |
$A = CHANGE("The:Quick:Brown",":"," seriously "), ....................................gives $A = "The seriously Quick seriously Brown" to $A $A = CHANGE("The:Quick:Brown",":",""), ....................................gives $A = "TheQuickBrown" |
Topic ID: 520029