Hi !
It seems to be not possible to use an incbin file with openfile ? it seems not work here :
note 'end.txt' is an classic text file edited with notepad.
Could you correct me !
Thanks !
It seems to be not possible to use an incbin file with openfile ? it seems not work here :
note 'end.txt' is an classic text file edited with notepad.
Incbin "media/end.txt" Local f:TStream f = OpenFile ("incbin::media/end.txt") If f = Null Then RuntimeError ("not work !")
Could you correct me !
Thanks !