Page 2 of 2
Re: Console help using 'local' [almost SOLVED]
Posted: Sun Jan 25, 2015 9:21 pm
by minmay
If you can't copy " characters then your operating system's clipboard is broken. I cannot help you with that. In Lua you can use single quotes ' in their place, but that's about it.
Re: Console help using 'local' [almost SOLVED]
Posted: Mon Jan 26, 2015 5:11 am
by Frenchie
Solved! My eye-sight is not so good and I didn't see the difference between normal straight dumb quotes " " and the curvy typographic book quotes “ ”. My text editor automatically converted them. When I copied a text string with quotes from excel it pasted correctly in the console. After turning off 'smart quotes' my text editor didn't convert single and double quotes anymore.