Hey,
I have just switched from C#, and in C# there was a way you could create an item (Example), and set parameters.
Example text = new Example();
Example.parameter = value; //etc
I have searched the internet, and could not make any sense of it.
Any help would be greatly appreciated.
Cheers