PDA

View Full Version : Does the DQuote$ string function work?



TheInsider
28-01-2024, 02:45
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

ErosOlmi
28-01-2024, 12:33
Maybe you just need latest thinBasic beta version
https://www.thinbasic.com/community/showthread.php?13162-thinBasic-1-11-7-0&p=96530&viewfull=1#post96530

In any case, if all will go well, today we should release thinBasic 1.12

TheInsider
28-01-2024, 20:05
Yes! Working good with latest version.