-->
Page 1 of 1

v 1.25 read / write

PostPosted: Sun Nov 08, 2015 11:28 am
by xtal
Tried following
write "wprint <meta http-equiv='refresh' content='\n wprint htmlvar(rfh)\n wprint 'rfh' >" s1
read s1 s2
serialprintln s2
end

RESULT -----
wprint <meta http-equiv='refresh' content='An wprint htmlvar(rfh)An wprint 'rfh' >

Done...

The \n becoming An Is there a better way ?
Also might be worth using write |~~~~~|

Would like to use while-wend or for-next to get wprint cmd from flash then issue it.

Re: v 1.25 read / write

PostPosted: Sun Nov 08, 2015 2:49 pm
by Mmiscool
Each wprint command adds text to a buffer stored in ram. There is currently no flash catching as this would make implementing the dynamic replacement of variables and gui widgets more difficult.

Flash memory also has a limited amount of wrights and this would fatigue it over time.