2022.2

Table Of Contents
Numberthatmaybesetto:0orsteps.MOVELINES1orsteps.MOVEDELIMITERS2:nextlinewithcon-
tent
verticalPosition
Number.Whatitrepresentsdependsonthevaluespecifiedforscope.
Withthescopesetto0orsteps.MOVELINES,verticalPositionrepresentstheindex of the lineto
movetofrom the top of the record.
Withthescopesetto1orsteps.MOVEDELIMITERS,verticalPositionrepresentstheindex of the
delimiter(asdefinedintheInputDatasettings)tomovetofrom the top of the record.
Withthescopesetto2,verticalPositionisnotused.Thepositionismovedtothenextlineafterthecur-
rentpositionthatcontainsanytext.
Example
Thefollowinglineofcodemovesthecurrentpositioninatextfile14linesdownfromthecurrentvertical
position(steps.currentPosition)ofthepointerinthedata,aslongasitisonthesamepage.
if(steps.currentPage > curPage) {
steps.moveTo(0, steps.currentPosition+14);
curPage++;
}
moveTo(scope, verticalOffset)
MovesthecurrentpositioninaPDF filetoverticalOffsetwherethemeaningofverticalOffsetchanges
accordingtothevaluespecifiedforscope.
scope
Numberthatmaybesetto:
l
0orsteps.MOVEMEASURE
l
1orsteps.MOVEPAGE
verticalOffset
Double.Whatitrepresentsdependsonthevaluespecifiedforscope.
Withthescopesetto0orsteps.MOVEMEASURE,verticalOffsetrepresentsthenumberofmillimeters
tomovethecurrentposition,relativetothetopoftherecord(NOTthetopofthecurrentpage).
Withthescopesetto1orsteps.MOVEPAGES,verticalOffsetrepresentstheindex of the target page,
relativetothetopoftherecord.
Page 399