keithchansc
Programmer
I got Syntax error when sending string containing character '{' to printer directly using '???'. Sending '{}' together is OK, but the '{' is lost. What happen?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
??? "{"
??? '{'
??? [{]
??? "\{"
??? '\{'
??? [\{]
??? "'" + Chr(123) + "'"
??? "'\" + Chr(123) + "'"