antanas Newbie

Joined: 02 Apr 2006 Posts: 3
|
Posted: Sun Apr 02, 2006 11:01 pm Post subject: Outline to table conversion |
|
|
Hello,
do someone knows how to convert outline list to table?
For example something like:
| Code: |
FROM>
1.
1.1.
1.2.
1.2.1
1.2.2
2.
2.1
TO>
+-------------+
| 1 |1.1| |
|---|---------|
| |1.2|1.2.1|
|---|---|-----|
| | |1.2.2|
|-------------|
| 2 |2.1| |
|---|---|-----| |
|
|