function pointeur in a array !
Posted: Fri Apr 27, 2007 10:54 pm
hello,
I want to know if it's possible to create an array or a linked list of pointeur to a function.
example :
dim Array.***(50)
Array(0) = @Beep_()
...
Array(0)() would be the same as Beep_()
somebody knows ?
thx
++
I want to know if it's possible to create an array or a linked list of pointeur to a function.
example :
dim Array.***(50)
Array(0) = @Beep_()
...
Array(0)() would be the same as Beep_()
somebody knows ?
thx
++