--- In [email protected], "Sheri" <[EMAIL PROTECTED]> wrote: > > Hi Bruce, > > It recently came to my attention that using functions serverely > impacts script performance. >
Each time you call the function, PowerPro opens a new file handle and scan the whole file for the function you called. There are some possible speed-ups, like putting functions at the beginning of the file or putting them into command lists and calling with run., but, in the end, PowerPro is not the scripting language to use if performance becomes an issue.
