Philosophaie
Active Member
- Joined
- Mar 5, 2010
- Messages
- 256
I want to add a double quote to a string. I know it has a character string name like chr45. It looks like:
a=chr45 & "String1" & chr45
which produces
"String1"
except chr45 is not the correct character string.
a=chr45 & "String1" & chr45
which produces
"String1"
except chr45 is not the correct character string.