Thread
:
Help with object arrays
View Single Post
Nov 10th, 2006, 6:43 AM
#
2
The Dark
Expert Programmer
Join Date: Jun 2005
Posts: 825
Rep Power:
4
The uno variable is declared in main, you can't access it inside a different function.
You either have to pass it in, or make uno a static member of the test class.
The Dark
View Public Profile
Find More Posts by The Dark