Sequence number generation

How to generate sequence number through lotus script?

Questions by Madhu2007

Showing Answers 1 - 3 of 3 Answers

Krishna

  • Jan 11th, 2012
 

Sample code to print sequence numbers as follows....


aList=100
y = 0
Forall v In aList
array(y) = v
Msgbox y
y=y+1
End Forall

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions