home *** CD-ROM | disk | FTP | other *** search
/ Network CD 2 / Network CD - Volume 2.iso / programs / internet / tcp / server / amislate1.1.lha / AmiSlate / ExampleRexx / getpixel.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1995-03-24  |  176 b   |  12 lines

  1. /* Test GetPixel */
  2.  
  3. parse arg CommandPort LocalOrRemote
  4.  
  5. address (CommandPort)
  6. options results
  7.  
  8. GetPixel 50 30
  9. say "The pix el at co ordinates fifty thirty is of color " rc
  10.  
  11.  
  12.