@verb #103:"bf_strsub" this none this rxdo #789 @program #103:"bf_strsub" this none this "strsub() now also accepts a list of strings as the first argument." "Does not allow nested lists or any other values." "http://boilingoil.info/#2_strsub" if (typeof(args[1]) == $LIST) output = {} for string in (args[1]) output = {@output, pass(string, @args[2..$])} $command_utils:suspend_if_needed() endfor return output else return pass(@args) endif .