How do you get blitzmax to print quotes in side strings?
For example:
local text:string = "Sam said "Hello everyone" to the audience"
print text
The above code will not work.
Jason
For example:
local text:string = "Sam said "Hello everyone" to the audience"
print text
The above code will not work.
Jason