Thanks for the examples you guys!
It seems like I can really use Functions to make my code shorter in some case, not specifically on my current project but on the way I use Construct while learning how to use it.
So.. since I didn't use Functions yet my questions may sound very stupid as a newbie but why not asking anyway from more experienced users in our community, it's another way to understand things.
When I create a Function (I'm talking about the NEW functions in c3 which I didn't try yet).
Are Parameters only a way to direct a variable? or are they actually a Variable that I can use without making instance variable for example?
Sorry about my bad English, I'll try to explain my confusion:
The parameters that I create on a Function, do I use them to connect or "talk" with my other variables (instance variables and global) or I'm not even close and they are for a different use.
Sorry for the confusion, I should probably just play with the Functions first and do some tests to see how they work but since I'm curious I had to ask first. :)
Thanks ahead again!