home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / business / kws39e.zip / KWDEMO1.BAS < prev    next >
BASIC Source File  |  1991-06-17  |  330b  |  8 lines

  1. 10 INPUT "SCAN NOW: ";X$
  2. 20 PRINT "The variable X$ is now equal to: ";X$
  3. 30 END
  4. 40 REM  This short BASIC routine uses the BASIC INPUT command to input a
  5. 50 REM  bar code message.  After scanning a bar code, the variable X$ will
  6. 60 REM  contain the bar code message.  Both bar code and keyboard input
  7. 70 REM  are possible.
  8.