|
| 04 Feb 2015 02:56 PM |
If you don't know about them, I just recently learned about them in my computer science class. I was wondering if anybody knew all of the escape characters that work on roblox.
So far I know \t and \n work, but I noticed \b, \r, and \f don't work. Are there any others that do? |
|
|
| Report Abuse |
|
|
|
| 04 Feb 2015 03:01 PM |
From the Lua Manual:
'\a' (bell), '\b' (backspace), '\f' (form feed), '\n' (newline), '\r' (carriage return), '\t' (horizontal tab), '\v' (vertical tab), '\\' (backslash), '\"' (quotation mark [double quote]), and '\'' (apostrophe [single quote]). |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
|
| 04 Feb 2015 03:01 PM |
| i never had a computer science class, what are escape characters? |
|
|
| Report Abuse |
|
|
chimmihc
|
  |
| Joined: 01 Sep 2014 |
| Total Posts: 17143 |
|
| |
|
instawin
|
  |
| Joined: 04 Jun 2013 |
| Total Posts: 8777 |
|
|
| 04 Feb 2015 03:44 PM |
i knew what \n was but never tried it in rbx lua
i stumbled upon it in a c++ book i was skimming through |
|
|
| Report Abuse |
|
|