home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / amos / amoslist-0295.lzh / AMOSLIST / text0194.txt < prev    next >
Encoding:
Text File  |  1995-03-01  |  639 b   |  19 lines

  1. On Mon, 20 Feb 1995, Daithi Padraig Ocuinn wrote:
  2. > It works fine when run through the editor, yet when compiled...
  3. > does not. Why???  I use real numbers for dx and dy - maybe
  4. If you mean real as in floats (#), try placing an dummy variable in the
  5. very beginning of your source:
  6.  
  7. DUMMY#=0.0
  8.  
  9. The compiler has trouble with floats sometimes and this usually fixes it.
  10.  
  11. Michael
  12. --
  13. Michael Cox                                Work:   mcox@access.digex.net
  14. A1200/465/CD + 1230XA 50/50/4 = SPEED!     Play:   aj639@Cleveland.FreeNet.EDU
  15.              For info on the AMOS Mailing List, contact me!
  16.            AMOS WWW:  http://www.gate.net/~play/
  17.  
  18.  
  19.