On Wed, Dec 26, 2018 at 05:33:55PM +0100, Peter Holm wrote:
>               echo All '(State 31)' MovetoPage -1p 0p;\

Aside from avoiding asking the more obvious question of why you want to do it
this way, there's no code change required.  The above is wrong -- don't quote
'(State 31)' as this will throw the parser out.  Try:

    All (State $[infostore.transi]) MoveToPage -1p -0p

-- Thomas Adam

Reply via email to