Jump to content

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
https://forums.atariage.com/topic/329781-importing-txt-format-integer-basic/
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
3 minutes ago, Keatah said:

Would a simple copy/paste, from PC-side -to- Applewin work? I mean if that's what you're looking to do. You did say "import into Applewin."

That's exactly how I did it once I noticed the option.

 

Thanks for all for suggestions.

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...