Switch to edit mode.
Name(s): fix_french_value1: {v} = args 2: if (typeof(v) == $LIST) 3: r = {} 4: for x in (v) 5: $command_utils:suspend_if_needed() 6: r = {@r, this:fix_french_value(x)} 7: endfor 8: return r 9: elseif (typeof(v) == $STR) 10: if (!index(v, "&& ")) 11: return strsub(v, " && ", "&&") 12: endif 13: return v 14: else 15: return v 16: endif 17: "Last modified by Dax (#789) on Tue May 3 13:45:06 2005 MDT."