function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Mahesh MMahesh M 

Create a VF page and write a controller, for vf page use <apex: variable> tag to create a counter(default value set to 1 for apex variable) for each iteration using apex repeat tag(to increment counter).

1) Create a VF page and write a controller, for vf page use <apex: variable> tag to create a counter(default value set to 1 for apex variable) for each iteration using apex repeat tag(to increment counter).

write a controller for this vf page and display account names  in the below format
(1)john
(2)james
(3)Joel
(4)vilsan
(5)zenith
(6)onesh
(7)balaji


Any help .
Thanks.