Posted 25 September 2014 - 10:23 PM
I'm making a program called "LogoDraw". It's a simple program thats help with the logo table of the logoDraw API that's gonna be used in my Universal App Store project. My problem is: The program store all in tables inside tables, and… I need to place a Quote in a string to mark a String in a Table!
The Entire Technicaw Code is this, being c1 to c9 color strings and t1 to 19 one-letter string:
Lua have a Way to Tresspass the "Quote Limitation" with some kind of variable/symbol of other way??
The Entire Technicaw Code is this, being c1 to c9 color strings and t1 to 19 one-letter string:
final = "{{{""..c1.."",""..t1..""},{""..c2.."",""..t2..""},{""..c3.."",""..t3..""}},{{""..c4.."",""..t4..""},{""..c5.."",""..t5..""},{""..c6."",""..t6..""}},{{""..c7.."",""..t7..""},{""..c8.."",""..t8..""},{""..c9.."",""..t9..""}}}"
The Strings need to be setted with a String… The Final varible will be writed in a file to use this code in my UAS Project. And… How I place a Quote here…Lua have a Way to Tresspass the "Quote Limitation" with some kind of variable/symbol of other way??