Hi,
there is nothing to implement.
This {SAVEDID} gives you the ID of the response in the answer table.
It is an autoincrement number - starting with 1.
Try it yourself.
Create a small survey, activate it, enter some responses and have a look at the answer table.
To see this ID, just enter the placeholder {SAVEDID} in the question text of one of your questions.
Probably you do not want to display a "00001" to the first respondent, you may "hide" it.
Maybe by adding a constant number like {sum(18300,SAVEDID)} or other mathematical transformations.
And you may read the manual here
[url]
www.limesurvey.org/manual/ExpressionScript_-_Presentation
[/url]