You need to sign in to do that
Don't have an account?

how to use collections of apex, i.e Sets & Lists
Hello
Please can anyone tell me how to use collections f apex, i.e. Sets & Lists. am new to salesforce and don't knw that much about sets & Lists. anyonetell me how we can declare thenm in apex clss or visualforce page? and how its work? and how to save the value of e.g. 5 sets in one list???
i want to create a 5 sets in one list , is that possible? and pls explain how to save that list ? if any one have example code then pls post that.
Thanks In advance.
Hello Maahi;
Follow this URL and see under the topic 'Using Collections' for a begining.
http://www.salesforce.com/us/developer/docs/apexcode/Content/apex_qs_core_concepts.htm
Following also will help you.