t$ = "#mmbasiciscool"
serialprint "first one = "
serialprintln t$
t$ = "mmbasiciscool"
serialprint "second one = "
serialprintln t$
end
Hi Mike,
Has there been any progress on this slight issue? It seems the hashtag inside the quotes in the string makes things wonky, but unfortunately it is necessary.
Thanks again for your hard work, basic makes things soooo much easier on the esp8266 (for me anyway).