home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga ISO Collection
/
AmigaUtilCD1.iso
/
Editor
/
FREDV19A.LHA
/
FrexxEd
/
fpl
/
GotoPos.FPL
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-07-19
|
265 b
|
15 lines
export int GotoPos() /* Make 'x' CursorRight to find a byte in a text */
{
int steps;
steps=PromptInt("Give position!");
if (GetErrNo()>=0) {
Visible(0);
Top();
CursorRight(steps);
Visible(1);
}
}
AssignKey("GotoPos();", "Amiga Shift p");