Steve Mynott Posted January 15, 2022 Share Posted January 15, 2022 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? Quote Link to comment https://forums.atariage.com/topic/329781-importing-txt-format-integer-basic/ Share on other sites More sharing options...
Iamgroot Posted January 15, 2022 Share Posted January 15, 2022 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. 1 Quote Link to comment https://forums.atariage.com/topic/329781-importing-txt-format-integer-basic/#findComment-4985058 Share on other sites More sharing options...
Keatah Posted January 15, 2022 Share Posted January 15, 2022 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." 1 Quote Link to comment https://forums.atariage.com/topic/329781-importing-txt-format-integer-basic/#findComment-4985126 Share on other sites More sharing options...
Steve Mynott Posted January 15, 2022 Author Share Posted January 15, 2022 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. Quote Link to comment https://forums.atariage.com/topic/329781-importing-txt-format-integer-basic/#findComment-4985130 Share on other sites More sharing options...
Recommended Posts
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.