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

list of null values
hi Friends ,
list vales are store in null values how to remove null values in list please help me
Thanks for advice
kullayappa
list vales are store in null values how to remove null values in list please help me
Thanks for advice
kullayappa
This link may help you:
https://developer.salesforce.com/forums/?id=906F000000091NqIAI
see blow link-
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_methods_system_list.htm
http://salesforce.stackexchange.com/questions/83889/convert-list-of-strings-into-single-string-value-exclude-all-null-list-members
Thanks
Rupal kumar
http://mirketa.com
list .add(value to add in the list);