Maybe you just need latest thinBasic beta version
https://www.thinbasic.com/community/...ll=1#post96530
In any case, if all will go well, today we should release thinBasic 1.12
The DQuote$ and SQuote$ functions give me nothing but errors.
What is wrong with my simple program here? Am I overlooking something obvious?
Uses "Console"
dim temp1, temp2 as String
temp1 = "blah blah"
temp2 = DQuote$(temp1)
printl temp2
WaitKey
Maybe you just need latest thinBasic beta version
https://www.thinbasic.com/community/...ll=1#post96530
In any case, if all will go well, today we should release thinBasic 1.12
www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000
Yes! Working good with latest version.
Bookmarks