local text = "/texthere\"but it errors with "unfinished string", because the \ skips the next ". How do I fix this?
Edited by flaghacker, 25 May 2014 - 06:31 PM.
Posted 25 May 2014 - 06:31 PM
local text = "/texthere\"but it errors with "unfinished string", because the \ skips the next ". How do I fix this?
Edited by flaghacker, 25 May 2014 - 06:31 PM.
Posted 25 May 2014 - 06:38 PM
local text="/texthere\\"
Posted 25 May 2014 - 06:46 PM
local text = string.char(47).."texthere"..string.char(92)
Posted 25 May 2014 - 06:50 PM
Posted 25 May 2014 - 08:45 PM
flaghacker, on 25 May 2014 - 08:35 PM, said:
Posted 25 May 2014 - 11:14 PM
local text = [[/text here\]]
0 members, 1 guests, 0 anonymous users