Function name parameter

BlitzMax Forums/BlitzMax Programming/Function name parameter

Is it possible to pass a function name as a parameter to another function?
If yes how can I achieve that
Let's say that I want to pass as a parameter the following function:
MyFunction:int(a:int, b:string)

Thanks!

Function foo( bar:Int( a:Int, b:String ) )


faster than the eye could flick!
Thanks!

There is some really nice stuff on function pointers over here:
http://www.blitzbasic.com/Community/posts.php?topic=54348