![]() ![]() ![]() |
Returns string with occurrences of substring1 being replaced with substring2 in the specified scope.
See also Find, ReplaceNoCase, ReplaceList, and REReplace.
Replace(string, substring1, substring2 [, scope ])
Any string.
String to be replaced.
String that should replace occurrences of substring1.
Defines how to complete the replace operation:
ONE
-- Replace only the first occurrence (default).
ALL
-- Replace all occurrences.
![]() ![]() ![]() |
AllaireDoc@allaire.com
Copyright © 1998, Allaire Corporation. All rights reserved.