Using legacy coding, it's possible to pick the x-counters from another stream.
For example,
formatting.evaluateShowString('="@vData:Main"x(5)x(5)');
will transfer into cuurent stream x(5) counter the value of 'Data:Main' stream's x-counter x(5) at the begging of the current page.
Even if it's probably already possible using display, I think that a core fonction would be interesting, looking like this:
formatting.getCounters(streamName, counters, relativePage)
where:
For example, formatting.getCounters("strm0",10,1) would be similar to this:
giving <?show ="@vstrm0"1x(10)x(10)>.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.