Re: A89: Looking to Weave BASIC and ASM


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

Re: A89: Looking to Weave BASIC and ASM




>Ok, let's say I make a text file on my calc using the text editor.  Is there
>a way I can make my programs (BASIC) read them?
>

Write a small function using filelib that opens a file and returns it's
contents as a string.

	--Nate


References: