BleuLlama / TinyBasicPlus

A C implementation of Tiny Basic, with a focus on support for Arduino
401 stars 117 forks source link

FILES #24

Open The-White-Code opened 7 years ago

The-White-Code commented 7 years ago

Every time i try the command FILES it don't work. But i can SAVE things and LOAD/CHAIN things . Is it a bug or somting please help

spairo1741 commented 7 years ago

show me MEM command

dan-dahl commented 7 years ago

change this line *printmsgNoNL( (const unsigned char )entry.name() );** to this Serial.print(entry.name());

ercanersoy commented 6 years ago

The pull request #44 fix this bug.