glosub_array()

 
Works like glosub(), but search and replace are arrays that are iterated through, each value in the search array found in the string is replaced by the corresponding replace array value.
Syntax
glosub_array( string, search, replace )
unknown.
  • string = the target array
  • search = the sub-string that will be searched for
  • replace = the replacement string
User Annotations: glosub_array