home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power GUI Programming with VisualAge C++
/
powergui.iso
/
trialva
/
ibmcppw
/
macros
/
centreh.lx
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-02-22
|
181 b
|
6 lines
/* Macro to centre current line in window */
'EXTRACT DISPDEPTH'
centre_of_win = DISPDEPTH / 2
new_centre_of_win = FORMAT(centre_of_win,,0)
'SET FOCUS.ROW' new_centre_of_win