PtokaX forum

Archive => Archived 4.0 boards => Help with Lua 4 scripts => Topic started by: Smalf on 24 July, 2005, 08:18:16

Title: Help using the " \ " in ascii art.
Post by: Smalf on 24 July, 2005, 08:18:16
I need some help using the " \ " in some ascii art.  Im using LUA 5.  it seems that the " \ " wont print im thinking because it is special.   I tried putting it in a difrent set of " " from the "\r\n" but it still did not work.   Thanks for any help.
Title:
Post by: Madman on 24 July, 2005, 14:44:20
SendToAll("This is some very nice text with a \\ in it")

This should give you all the info you need... =)
Title:
Post by: Smalf on 26 July, 2005, 05:00:56
Thanks for the help!!!
Title:
Post by: Madman on 26 July, 2005, 05:59:40
np =)