home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 517a.lha / VFont_v2.0 / bin / BasicTest (.txt) < prev    next >
AmigaBASIC Source Code  |  1991-06-09  |  141b  |  7 lines

  1. LIBRARY "vfont.library"
  2. Message$ = "Example of using vFont from Basic!" + CHR$(0)
  3. AlertUser SADD(Message$), 3
  4. LIBRARY CLOSE
  5.  
  6.  
  7.