home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 August / augusty_2000.iso / Windows-CE / Applications / basice / gr_scaley.utl < prev    next >
Encoding:
Text File  |  1997-07-08  |  141 b   |  5 lines

  1. procedure gr_scaley(y#)
  2.   gr_uy% = gr_height# - ((y#-gr_ymin#) * gr_yscale# * gr_win_height# + gr_win_ymin%)
  3.   return (gr_uy%)
  4.   endproc
  5.