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