Global variable limits...

Is there a limit to the number of global variables you can have in a single table?

Thanks!

Global variables are tied to a solution, not a table and there is no limit other than memory. In most cases you don’t need much global variables as you can pass data from method to method using arguments and each method in Servoy has access to the entire solotion.