View/Edit #4342:strip_codes

Switch to edit mode.

Name(s): strip_codes
1:  stuff = {}
2:  for y in (typeof(args[1]) != $LIST ? {args[1]} | args[1])
3:    for x in (this.all)
4:      $command_utils:suspend_if_needed()
5:      x = tostr("[", x, "]")
6:      y = strsub(y, x, "")
7:    endfor
8:    stuff = {@stuff, y}
9:  endfor
10: return typeof(args[1]) == $LIST ? stuff | stuff[1]
11: "Last modified by Dax (#789) on Mon Aug  7 21:46:48 2006 MDT."

Verb arguments: this none this
Verb perms: Readable eXecutable NOT-Debug
Verb owned by: Cecil (#7407)

You are not logged in.

[home | help | who | search | setup | code]