[acc-1311] escape characters

Bugs that have been investigated and resolved somehow.

Moderator: GZDoom Developers

Forum rules
Please don't bump threads here if you have a problem - it will often be forgotten about if you do. Instead, make a new thread here.
Post Reply
User avatar
Isle
Posts: 687
Joined: Fri Nov 21, 2003 1:30 am
Location: Arizona, USA

[acc-1311] escape characters

Post by Isle »

when ACC sees an "\" in a string, it escapes all characters untill it hits another "\".
IE

Code: Select all

print(s:"\cchello");
delay(35*5);
print(s:"\cchow are you");
prints

Code: Select all

hello");delay(35*5);print(s:"how are you
User avatar
randi
Site Admin
Posts: 7749
Joined: Wed Jul 09, 2003 10:30 pm
Contact:

Re: [acc-1311] escape characters

Post by randi »

Fixed.
Post Reply

Return to “Closed Bugs [GZDoom]”