Register forum user name Search FAQ

Gammon Forum

Notice: Any messages purporting to come from this site telling you that your password has expired, or that you need to verify your details, confirm your email, resolve issues, making threats, or asking for money, are spam. We do not email users with any such messages. If you have lost your password you can obtain a new one by using the password reset link.
 Entire forum ➜ MUSHclient ➜ Lua ➜ Literal Basckslash?

Literal Basckslash?

It is now over 60 days since the last post. This thread is closed.     Refresh page


Posted by Zim   (22 posts)  Bio
Date Wed 04 Feb 2015 12:56 AM (UTC)

Amended on Wed 04 Feb 2015 01:05 AM (UTC) by Zim

Message
Let's say I have a line of code like this:

southeast = {x = 1, y = -1, chr = "\"}


I want chr to equal the ascii backslash char. I've tried using double backslashes but I still get this error:


Immediate execution
[string "Trigger: "]:70: unfinished string near '"")},'


I've looked into using the function FixupEscapeSequences() but I can't get that to work either. I'm also under the impression that FixupEscapeSequences() is unnesessary in Lua.
Top

Posted by Nick Gammon   Australia  (23,121 posts)  Bio   Forum Administrator
Date Reply #1 on Wed 04 Feb 2015 02:31 AM (UTC)
Message
In "send to script" backslashes are preprocessed by the client, before it even reaches Lua. So you have to use four of them:


southeast = {x = 1, y = -1, chr = "\\\\"}

- Nick Gammon

www.gammon.com.au, www.mushclient.com
Top

Posted by Zim   (22 posts)  Bio
Date Reply #2 on Thu 05 Feb 2015 04:45 AM (UTC)
Message
Thank you!
Top

The dates and times for posts above are shown in Universal Co-ordinated Time (UTC).

To show them in your local time you can join the forum, and then set the 'time correction' field in your profile to the number of hours difference between your location and UTC time.


9,947 views.

It is now over 60 days since the last post. This thread is closed.     Refresh page

Go to topic:           Search the forum


[Go to top] top

Information and images on this site are licensed under the Creative Commons Attribution 3.0 Australia License unless stated otherwise.