Jump to content
IGNORED

Importing txt format integer BASIC?


Steve Mynott

Recommended Posts

I've got a text file with integer BASIC which I want to import into AppleWin. I tried Ciderpress but this seems to only allow Applesoft BASIC import (to tokenize a text file).

 

Is there an equivalent of EXEC in Integer BASIC to read a text file as if it were typed so it gets tokenized and I can run it?

Link to comment
Share on other sites

EXEC is part of DOS and not part of Integer Basic.  Once the text file is on a disk image, mount the disk image in Applewin, load Integer Basic, make IB active by typing INT and type PRINT CHR$(4) "EXEC textfile".

 

The BASIC that is active at the time EXEC is called decides how the text file is tokenized.

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...