Programation: between two braces { ... }

 
Hello,

Is there any limitation of characters, lines, or other forms of text code between two braces ?

   {

   ...

   ...

   ...

   ...

   ... 

  } 




 
No, not that I know.
 
guido virescelli: Is there any limitation of characters, lines, or other forms of text code between two braces ?

No, and if it more than a few (e.g. 10), you move them into a new function and call that.

Be aware of the different uses of the words brackets/braces.

 

I think you have answered my two problems.

let's see where the solution is.