goto page no.
Posted: 2008-01-06 09:48:41
It may be (another) stupid question but- is there a way to go directly to a specified page without scrolling through the whole document?
thanks
thanks
Code: Select all
$number = Prompt Input "Jump to what page?"
If Select Page $number
Select Start
Else
Prompt "Sorry, but page $number doesn't exist."
End