Expand my Community achievements bar.

Script Objects and Processing Efficiency

Avatar

Former Community Member

Is LiveCycle 's efficiency hurt by the number of scripting variables?  Is it more efficient to have all the scripting functions in one big scripting variable?  That makes it harder to debug forms, since an error in one function can crash the entire scripting variable.  It's easier to debug if each scripting function is in it's own variable, or at least grouped with other scripting functions which deal with the related functions (for example, all the date functions would be in one variable).

0 Replies