Not having an Apple IIc handy but wanting the experience I went to http://www.calormen.com/Applesoft/index.htm and tried out the Applesoft Basic simulator that runs in Javascript. …
@nlp:
I already know SoftPC (also the (AFAIK latest) Version: SoftPC 3.1 professional), I tested and compared it carefully to SoftWindows-1-68k a while ago. SoftWindows is definit…
Can you post what your squiggly boxes look like. I'm not fluent in Tamil, but when I clicked your link in Safari 3.2.1, I got the following.
{
"lightbox_close": "Close",
…
68kMLASoftwareby istar1018Wed, 25 Feb 2009 - 15:57
Thankyou for your responses.
If it's not booting without a chime (assuming speakers etc are working), it indicates it's failing its startup RAM test. I've a Powerbook 12" 8…
68kMLATroubleshootingby MielWed, 25 Feb 2009 - 08:03
DIM A$(1), B$(1), C$(1) or even simpler DIM A$, B$, C$
Click to expand...
Neither is necessary... the first will create arrays and the second AFAIK won't do anything. Simply c…
My prior post may go too far and create arrays of string variables, so also try the simpler
DIM A$(1), B$(1), C$(1) or even simpler DIM A$, B$, C$
I saw somewhere that Applesoft …
Just a guess...you may have to declare a$ first specifying a non zero maximum string length in bytes.
Try
Dim A$(64), B$(64), C$(255)
at the start of the program and see if that…
Thanks David--as I told wally, I've already tried string variables, but maybe I didn't do it right, or missed a few keys, etc.
When I turn the IIc on again tomorrow I'll try enter…
68kMLASoftwareby ApostropheWed, 25 Feb 2009 - 01:18
You need all string variables.
Code:
10 home
20 input "What state do you live in?";a$
30 if a$="Ohio" then goto 50
40 if a$<>"Ohio" then goto 10
50 input "Cor…
68kMLASoftwareby david__schmidtWed, 25 Feb 2009 - 01:12
@Travis Hunt:
As already mentioned, I'm not sure if this necessarily means something. Probably SoftWindows-1-68k also wasn't mentioned in the docs of SoftWindows-1-PPC
Click to …
in version 1.01 of softwindows i found the following version history:
"SoftWindows, Version History
[...]
Version 1.0
This was the initial version of SoftWindows for the Power…
@Travis Hunt:
As already mentioned, I'm not sure if this necessarily means something (see my web.archive-links). Probably SoftWindows-1-68k also wasn't mentioned in the docs of So…
I hope nobody mind some french speaking around here…
Salut Joël, je vois que tu as trouvé la source! Tu es entre de bonnes mains, y a des mecs vraiment balèzes par ici, pour t…
68kMLAPowerPCby superpantoufleTue, 24 Feb 2009 - 17:44
Just remember to be sure you set your FTP client to binary mode before you send. I accidentally left mine in "auto" mode and it transfered my files as text files, which of course c…