home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a079 / 1.img / FPDG.LZH / VOL2NUM0 / MISC / PICTURES.PRG < prev    next >
Encoding:
Text File  |  1993-02-01  |  758 b   |  17 lines

  1. *****************************************************************
  2. *     * 09/92               PICTURES.PRG                        *
  3. *****************************************************************
  4. *     * Author's Name: Jeb Long                                 *
  5. *     *                                                         *
  6. *     * Description:                                            *
  7. *     * This program illustrates how to display general fields  *
  8. *     *                                                         *
  9. *****************************************************************
  10. USE music
  11. FOR jrow = 0 TO WROWS()-5 STEP 5
  12.    FOR jcol = 1 TO WCOLS()-20 STEP 20
  13.       @ jrow,jcol SAY picfld SIZE 5,20  STRETCH
  14.    ENDFOR
  15. ENDFOR
  16.  
  17.