1. Re: Term Program
- Posted by Greg Harris <blackdog at MAIL.CDC.NET> Mar 11, 1997
- 1251 views
Mike,
> global procedure sendchar(integer b)
> --send an individual character to a port
> --example sendchar('a')
^^^
sorry should read:
global procedure sendchar(integer b)
--send an individual character to a port
--example sendchar("a")
Sorry about that..
Greg

