DarkBASIC Professional Help Wiki
Advertisement
Syntax


Valid Flag = FUNCTION PTR IS VALID ( Function Pointer )


Description


If the Function Pointer points to a valid and verified function, then this function will return a 1. Otherwise, it will return a 0 and the pointer cannot be used.
Advertisement