View/Edit #7639:list2str l2s lsit2str

Switch to edit mode.

Name(s): list2str l2s lsit2str
1: "args 1 is the list to be stringified, args 2 is 0 for no spaces or 1 for spaces"
2: bo = args[1]
3: jo = args[2]
4: string = ""
5: for x in (bo)
6:   string = string + (string && jo ? " " | "") + x
7: endfor
8: return string
9: "Last modified by Drizzt (#4017) on Sat May 26 19:44:51 2001 MDT."

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

You are not logged in.

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