At 8/15/06 06:16 PM, TitusRevised wrote:
What about making the variables global???
thats what i mean, if you declare the variable befor you make the functions you can use it any ware in your program, it is a global varaible. i am not sure about c#, but i dont think you can say you want a variable to be global.
there should be a like a int main() section, well in the first lines of that, declare the variables you want to use. you dont have to delcare all vaiables there, but if you declare them at the start of functions, means you can easerly see what variables you have to use.
go it yet? or do i need to go on? (im not trying to sound rude there btw)