Page 1 of 1
Something I don't get
Posted: Thu Feb 09, 2006 7:17 pm
by Polo
In PB3.94 I was going that :
lib=OpenLibrary......
function=IsFunction(lib,"myfunction")
callfunctionfast(function,.....)
How do I do that now in v4 ?
Posted: Thu Feb 09, 2006 7:26 pm
by Fred
Just replace IsFunction() with GetFunction() and it should work

.
Posted: Thu Feb 09, 2006 7:29 pm
by Polo
Fred wrote:Just replace IsFunction() with GetFunction() and it should work

.
Ok, thanks

BTW, my LinkedList doesn't seem to be globals anymore, how do I put them global ?
Posted: Thu Feb 09, 2006 7:32 pm
by Kale
Polo wrote:Fred wrote:Just replace IsFunction() with GetFunction() and it should work

.
Ok, thanks

BTW, my LinkedList doesn't seem to be globals anymore, how do I put them global ?
Posted: Thu Feb 09, 2006 7:35 pm
by Polo
Thanks !
I really miss the help
