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

  1. procedure gr_scalex(x#)
  2.   gr_ux% = (x#-gr_xmin#) * gr_xscale# * gr_win_width# + gr_win_xmin%
  3.   return (gr_ux%)
  4.   endproc
  5.