http://www.joelonsoftware.com/items/2006/08/01.html
I have been thinking, would it not be extreemly useful to be able to simply replace the name of a procedure your calling with a variable, for example:
procedure Name(Procname$,x,y)
if blah=0
Procname$(blah,
elseif blah=1
Procname$(blah, 2)
else
endif
endprocedure
Can this be done, or can it be implimented?





