P
Patrick Tingen
Guest
At my previous client we had a programming standard that explicitly prohibited the use of output parameters on functions. This was done to keep the code as simple as possible; programming is hard enough already without the use of 'clever' tricks. If you need more than one value, use a procedure.
Continue reading...
Continue reading...