It's kind of tough to diagnose the problem with a) the real code, and b) the exact text of the error message.
we could guess, but if you'd post both, that would help.
PLEASE use the 'code' tags to preserve your formatting. press that little 'code' button in the "instant UBB Code" section, then past your code between the tags it generates.
thanks!!!
Never ascribe to malice that which can be adequately explained by stupidity.
andy hough
Greenhorn
Joined: Dec 12, 2006
Posts: 6
posted
0
ok, here is the which was represented by functionOne():
where is dlxGrid defined? What the message is telling you is that this variable is out of scope. if it's declared in a method, then it goes out of scope when that method closes.