procedure

RealHeavyDude

Well-Known Member
There is no limit I am aware of, except you want to edit the file with the section editor of the AppBuilder.

If that's the case then you are

a) limited on the size (number of characters) of code in an internal procedure or function. If you blow this limit then the editor wills how some "funky" behavior, for example copy/paste and text selection will not work as you expect it ...

b) limited on the number of internal procedure and/functions the section editor can handle. I don't know the exact number but you will have problems editing the file in the section editor.

In any case you should still be able to edit the file with the procedure editor.


IMHO, it's a question of design to not have few huge procedures with tons of internal procedures and/or functions. You should split them up if you are in danger of reaching the limit, not because of the limit, but because of other design considerations.


HTH, RealHeavyDude.
 
Top