Close

Compilation Day-3 (full String handle)

A project log for YetAnotherTeensyLaptop

Yes, that's just another tiny teensy laptop project ;-)

franck-galliatFranck GALLIAT 02/04/2019 at 11:570 Comments

Now : functions can handle Strings as arg. & return type. 


Strings can be constants, vars or a bulk memory area called "scratchpad".


Ex. Upper ( Split (dir (), 2) ) (simplified form) now works.


ADDED st("a$", "Hello World") & print rd("a$") user_functs to write & read StringVars

Discussions