How can i declare a variable inside the function, so that i can update it example:
function
{
dim counter as integer
integer++
}
i mean something like this so everytime that i call the function it adds 1 to the integer
(@@$$** i dont want to use a global variable **$$@@)
2006-09-28
02:43:53
·
2 answers
·
asked by
aryaxt
3
in
Computers & Internet
➔ Programming & Design
my bad it should be counter++ i know
but im njot allowed to use any global variable :(
2006-09-28
03:11:34 ·
update #1