Hi to all,
Hi I am developing entrance4u.com in which I want to generate exam number for each student. Let us take an example, It will like EFU001
. So for that I calculate total number of students, then I create String "EFU" , then I find out how many digit number I need to generate , suppose It's 3.(means SUM(Student) converted to string & calculate length)
Now my problem is How to Start with initial value 001 & not only 1
because I want my first number should be EFU001 & then EFU002,003...EFU100.
How to do that?