read istruction not running
Posted: Tue Jun 07, 2016 11:36 am
hello, i'm trying to use the read istruction , but i can't reat anyelse : the destinatin variabile , after executing istruction , is empty ( len(buffer) = 0 ) :
InfoP="/uploads/Pag1.txt"
print InfoP
READ InfoP testoPag$
print len(testoPag$)
i'm using branch 2.0
there's some error ? .. there is another way to read a file (I need to read a buffer to send it lo oled display , for a variety of page)
InfoP="/uploads/Pag1.txt"
print InfoP
READ InfoP testoPag$
print len(testoPag$)
i'm using branch 2.0
there's some error ? .. there is another way to read a file (I need to read a buffer to send it lo oled display , for a variety of page)