glosub_array()#
Syntax
glosub_array( string, search_array, replace_array )
Returns#
Return Value: string is returned with all found values replaced.
Parameters#
Parameter | Description |
---|---|
string |
the target |
search_array |
an array of strings that will be searched for |
replace_array |
an array of the replacement strings |