I would like to reposition the cursor after running a macro, and would
expect the following code to do it, but I'm clearly misunderstanding
something.
<cfg:sequence>
<cfg:set expression="$dot" variable="saveDot"/>
<cfg:set expression="$dotOffset" variable="saveDotOffset"/>
<cfg:set expression="$mark" variable="saveMark"/>
<cfg:set expression="$markOffset" variable="saveMarkOffset"/>
...main macro code...
<cfg:set expression="$saveDot" variable="dot"/>
<cfg:set expression="$saveDotOffset" variable="dotOffset"/>
<cfg:set expression="$saveMark" variable="mark"/>
<cfg:set expression="$saveMarkOffset" variable="markOffset"/>
</cfg:sequence>
What am I doing wrong?
Best regards
--------------
Kevin Flynn
Birdstep Technology www.birdstep.com
Mobile: +47 93433942