Pere Porta wrote: > I need to fill, in a common table consisting of 700 rows, one of the > columns with numbers from 1 to 700, in a consecutive order and beginning > in row 1 till row 700. > Is there any way to get it automatically so that the column fills > with 1, 2, 3, ..... without taping anything? > Is it possible too to fill with 001, 002, 003, 004 and so on? >
I'm sorry but there is no *simple* way to do this. (If you need to repeatedly do this, a custom process command leveraging an XSLT stylesheet could be used to automatically create such tables. See http://www.xmlmind.com/xmleditor/_distrib/doc/commands/process.html.)

