I guess my main thing is that I can put the whole thing into one command.
Instead of this:
lcdpx = 10
lcdpy = 10
string = "assuming PBP could handle strings anyways"
forecolor = 5
backcolor = 0
I get this:
@ printstr "10,10,printstr can handle this string after all,5,0"
Might not save any code space, but I can see it saving some sanity...
Bookmarks