RE: set initialize value in the variable - 9/16/2005 12:07:37
what language are yo using? do you really want the variable to be global or shouldnt it, if a counter, be local to the function? also, not a good idea to use the same name for a variable as a function name. use different names and initialize the variable inside the function