[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help ME! Apple IIc



Welcome to the Apple II world, Mike :)

Mike Malek <mike_malek@hotmail.com> wrote:

> What I would like to do is two things.  I'm wondering if you know
> where I can get a printer for my apple IIc (cost, where do I find the
> ribbons etc...)

You can try comp.sys.apple2.marketplace (plus Macintosh hardware
newsgroups) for that. If you prefer Apple-brand printers, you might try
to get one of these:

Apple Dot Matrix Printer
Apple ImageWriter
Apple ImageWriter II

These are dot matrix printers. They are "ribbon compatible" with the
following printers:
C. Itoh 1550, 1550S, 8510, 8510A, 8510S
NEC PC 8000, 8023
TEC 1150, 8510

> and programming help!  I'm an experienced PC user and
> can use Basic quite well and I knows the basics of C++.  The thing
> that pisses me off is that in I found out when I "exit" a program off
> a disk I get type NEW and start inputing lines.  But I would like to
> know how to use a  text editor to write my programs and if I would
> need other supporting programs or files.

Sorry, can't help on that - Applesoft's own editing features are enough
for me.

> Also, one little thing:
> when you type LIST to see the current program is there any way to make
> it pause every screen (like the DOS type |more) because it's really
> annoying to have to type Control-C every screen manually!

Try Ctrl-S to pause output - it's a very little bit more comfortable
because you can continue listing. Or try to list only specific lines of
code:

     LIST 10      (* lists line 10 only *)
     LIST 50 -    (* lists line 50 and following *)
     LIST - 50    (* lists lines up to (and including) 50 *)
     LIST 20 - 40 (* lists lines 20 to (and including) 40 *)

> I hope I havn't bored you guys and I would appreciate all your help!
> Please e-mail me at mike_malek@hotmail or I guess you could reply
> here. Thanks a lots everybody and have a great new year :--)

Happy new year!

Volkmar

-- 
"HTTP/FTP-Transferraten liegen immer an der 28.8-Grenze, also ca. 5MB
pro Minute."
h.roth@mail.hh.provi.de in <67p5kp$9pt$1@popnews.hamburg.pop.de>