-
ChatterFeed
-
0Best Answers
-
0Likes Received
-
0Likes Given
-
4Questions
-
0Replies
invali integer ?
list<contact> conlist=new list<contact>();
for(integer j=0;j<10;j++);
{
contact con=new contact();
con.lastname='contact'+j;
con.title='anu info';
conlist.add(con);
}
insert conlist;
invalid integer j .
can any one plz give me the reply..
thank you.
for(integer j=0;j<10;j++);
{
contact con=new contact();
con.lastname='contact'+j;
con.title='anu info';
conlist.add(con);
}
insert conlist;
invalid integer j .
can any one plz give me the reply..
thank you.
-
- anusha p 6
- November 19, 2014
- Like
- 0
- Continue reading or reply
-
- anusha p 6
- September 06, 2014
- Like
- 0
- Continue reading or reply
-
- anusha p 6
- September 03, 2014
- Like
- 0
- Continue reading or reply
-
- anusha p 6
- September 02, 2014
- Like
- 0
- Continue reading or reply