Switch to edit mode.
Name(s): do_code_subs1: for x in (this.all) 2: $command_utils:suspend_if_needed() 3: xx = "[" + x + "]" 4: args[1] = strsub(args[1], xx, this:return_code(x)) 5: endfor 6: return args[1] 7: "Last modified by Dax (#789) on Sat May 16 14:20:17 1998 EDT."