Search found 2 matches

by 4forpengs
Sat Sep 27, 2014 2:55 am
Forum: General
Topic: [Help] Attempt to get length of field (a nil value)
Replies: 2
Views: 4427

Re: [Help] Attempt to get length of field (a nil value)

Well, I guess I had a stroke because, as you said, I forgot to define the "this"s as local variables.
by 4forpengs
Fri Sep 26, 2014 8:30 pm
Forum: General
Topic: [Help] Attempt to get length of field (a nil value)
Replies: 2
Views: 4427

[Help] Attempt to get length of field (a nil value)

So, I'm making a constructor for draw lists and I have a table in the constructor (not the object that the constructor returns). Whenever I try to access the table, it comes up as non-existent. The constructor returns an object without a problem, however when I try to access the table, I get the err...