home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
Demos
/
Tools
/
BBEdit 3.1.2
/
ToolServer Support
/
Copy to MPW Scripts folder
/
BBEdit•Line
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1992-08-30
|
340 b
|
18 lines
|
[
TEXT/MPS
]
# Line - find line number
#
# Usage:
# Line n
#
# Line finds line n in the target window.
# The target window becomes the active (topmost) window.
#
# Copyright Apple Computer, Inc. 1986 - 1990
# All rights reserved.
if "{BBEditExists}" == ""
Find "{1}" "{Target}" > Dev:StdErr
Open "{Target}" > Dev:StdErr
else
RBBEdit line "{1}"
end