D
dbeavon
Guest
I would say measure it. Do 1,000 or 10,000 in a loop. At a these magnitude I'd guess it will start consuming a second or more of time. It certainly isn't free since OE does a bit of work at run-time to evaluate parameters and such. In the old days we used to put a lot of code in ABL include files so that we would avoid the run-time performance penalties of calling new procedures. It may depend on factors such as whether you are using "shared variables", or procedure parameters .
Continue reading...
Continue reading...