Hi,
Has pointers to procedures been planned for inclusion in a future version of PB?
No, I do not mean simply getting the address, I mean being able to do something like this:
Code: Select all
*my_function.l(foo.l, bar.w) = @TheRealThing()PrintN(Str(*my_function(1, 2)))
--
It's not minimalist - I'm increasing efficiency by reducing input effort.
(Win98first ed. + SP1, PB3.40)
(Implemented with 'Prototype')