@verb #3512:"_kick" this none this rxdo #6319 @program #3512:"_kick" this none this "Begin generic security check (_kick)" if (verb == "_kick" && !args[1]:isa(this)) raise(E_INVARG, "Illegal object", args[1]) return E_INVARG endif "End generic security check (_kick)" paging = page_to = {} for x in [1..length(this.paging)] if (valid(from = this.paging[x]) && valid(to = this.page_to[x])) paging = {@paging, from} page_to = {@page_to, to} endif endfor this.paging = paging this.page_to = page_to "Last modified by Lao-Tzu (#8084) on Tue Dec 18 08:29:54 2001 MST." .