Map<Id, Account> accMap = new Map<Id, Account> ([Select Id, Name from Account LIMIT 10]);
List<Id> idList = new List<Id>(accMap.keyset());
String str = '\'';
str += String.join(nmaps,'\',\'');
str += '\'';
system.debug(str);
List<Id> idList = new List<Id>(accMap.keyset());
String str = '\'';
str += String.join(nmaps,'\',\'');
str += '\'';
system.debug(str);
No comments:
Post a Comment