Does DBpro support function parameters that are passed by reference? For example in VB, you will do something like:
Function Test(ByRef Param1 as String, ByRef Param2 as String)
Both param1 and param2 will be treated as reference variable. That it if you modified the parameters in the function body, the changes will affect the variable that the function caller passed in.
This is great for function that wish to return more that one value. I often used it in my C++ programs. Can DBpro does that?
Bad Nose Entertainment - Where games are forged from the flames of talent and passion.
http://www.badnose.com/