Query regarding increment operator
Posted: Tue Dec 04, 2007 4:20 pm
Hi all,
Here is what I want in the following there is a list of ID's like the following given but the condition should be that the number of digit should not exceed 4.
id="sb0001"
id="sb0002"
....
....
id="sb0020"
now while using id="sb000\i(1,1)" it shows the following output which is wrong.
id="sb0001"
id="sb0002"
....
....
id="sb00020"
Could you please let me know that whether we could give any condition to it so that the number of digit should not exceed more than 4 digit.
Kindly help.
Rgds,
Prashob N.
Here is what I want in the following there is a list of ID's like the following given but the condition should be that the number of digit should not exceed 4.
id="sb0001"
id="sb0002"
....
....
id="sb0020"
now while using id="sb000\i(1,1)" it shows the following output which is wrong.
id="sb0001"
id="sb0002"
....
....
id="sb00020"
Could you please let me know that whether we could give any condition to it so that the number of digit should not exceed more than 4 digit.
Kindly help.
Rgds,
Prashob N.