Difference between revisions of "AMOSi:Read Text"

From Amiga Coding
Jump to: navigation, search
m (1 revision(s))
 
m (1 revision(s))
 
(No difference)

Latest revision as of 01:51, 17 November 2007

an example can be found on AMOSPro_Examples:Examples/H-8/Help_82.AMOS


Displays some text from either a file, or a memory bank using an attractive, on-screen text reader.


Read Text filename$

Loads the file into memory, and displays it on the screen in ASCII format.


Read Text title$ ,address,length

address: is the address of the first line of your text.


length: the length of the text in characters.