Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How do I insert a single quote into a string?
#2
I found to put the ascii code into square brackets, and then assign it, like this:

s[0] = [39]

but the syntax was not accepted.

avi


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)