Hello, does anyone have a short bit of code to do this? I saw some earlier topics but they seemed to used some undefined commands. Is there any standard for this?
Announcement
Collapse
No announcement yet.
Read Text from .TXT file and print on screen
Collapse
X
-
media_ReadByte reads a byte from the uSD card, it works on Goldelox.
Haven't you got the internal functions manual?
Load the program, its in the Goldelox 4d-Visi folder, you don't open the .imgdata folder
It includes PrintDiskGoldelox.inc, but run the demo first before you look in that .inc fileMark
Comment
-
In the Goldelox 4d-Visi folder there is a sample program called StringsDemo.4dg inside that program is a routine by the name of PrintDiskGoldelox.inc
You must, hopefully, know that Goldelox does not have file access, so all access to files is by accessing RAW disk, so there is no way you can read from a .txt file.
That's why you need to look at the demo, so you can understand how data can live on a uSD and how you can acess it in GoldeloxMark
Comment
Comment