AMOSi:Read Text

From Amiga Coding
Revision as of 01:51, 17 November 2007 by Spellcoder (talk | contribs) (1 revision(s))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.