Quote:
Originally Posted by kateattat
Getting there, slowly but surely. All I need to do now is to get the table numbers incrementing
|
Add a "0" after your SEQ field? The field will report 1, 2, 3, ... and what will be seen is 10, 20, 30, ...
{StyleRef "Heading2" \N \# 00}_t{SEQ mysequence \s 2}0
should result in:
01_t10
01_t20
01_t30
Heading 2
02_t10
02_t20
etc.