View Single Post
  #5  
Old 07-11-2002, 11:16 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
Quote:
Originally posted by Falcor
no hes referencing the value of this.items. This items has no value at all. no matter if the array contained data or not. this.items will never contain data unless it is set to contain it.
that's why I said the for loop is basically doing nothing since this.items isnt set to anything (which is 0), I probably shoud've used better wording for my post above
Reply With Quote