Re: Single Byte Input


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Jon Sacks on February 05, 2009 at 12:21:28:

In Reply to: Re: Single Byte Input posted by Jon Sacks on February 05, 2009 at 12:09:09:

But this program works, go figure:


LENGTH 1 & LOCAL An$
LENGTH 252 & LOCAL Display$

Display: FORMAT @(0,2);(LD);@(0,22);(BF);@(0,22);Display$;(TM);(MC);" ";(TM);(RC)

CLOSE & OPEN (0) Term$

Begin:
Display$='Tab-Menu,Q-QREPORTS,T-Terminate'
PRINT (0,Display)
PRINT (0) (Single Key Transmit) & INPUT (0) An$
IF UCASE(An$) = 'T' RUN 'CMONITOR'
IF UCASE(An$) = 'Q' RUN 'QREPORTS'
RUN 'Z'



Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]