View/Edit #52:table2list

Switch to edit mode.

Name(s): table2list
1:  {table} = args
2:  l = {}
3:  if (!index(table[1], "table"))
4:    raise(E_INVARG)
5:  endif
6:  for x in (table[2..$])
7:    if (!index(x[1], "tr"))
8:      return l
9:    endif
10:   l = {@l, $list_utils:stripe(x[2..$], 2)}
11: endfor
12: return l
13: "Last modified by manta (#7165) on Fri Oct 27 11:57:33 2000 MDT."
14: "This verb previously owned by manta (#7165), and chowned to $slacker upon dewizarding (Sat Aug 17 14:50:05 2002 MDT)."
15: "Last modified by Dax (#789) on Sat Aug 17 14:50:05 2002 MDT."

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

You are not logged in.

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