I use TextStream and TCursors to generate HTML-pages and it works very
well. The data for these pages is taken from a lot of different
tables. For each table a question is made with a tilde variable, ~s.
The answer table is then scanned and the output written to an open
HTML file.
The variable is put in by entering an id-number in a text box. It
would however be more convenient to let Paradox use an answer table
from a question made against the main table with the titles and
id-numbers for which I want to make pages.
How can I do this?
Can I use a dynamic array and forEach?
If so, can I "load" the id-numbers from the answer table into the
dynamic array?
If so, how do I set the tilde variable equal to each successive
id-number in the array?
Can somebody help me with this?
P?r Nilsson
(cut-and-paste programmer!)