home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / trialva / ibmcppw / macros / centreh.lx < prev    next >
Encoding:
Text File  |  1996-02-22  |  181 b   |  6 lines

  1. /* Macro to centre current line in window  */
  2. 'EXTRACT DISPDEPTH'
  3. centre_of_win = DISPDEPTH / 2
  4. new_centre_of_win = FORMAT(centre_of_win,,0)
  5. 'SET FOCUS.ROW' new_centre_of_win
  6.