passing a double-quote to a console command in a source engine game
6 replies, posted
I have a console command in code that needs a double-quote(") passed to it to operate correctly. I can do it in code, or in the console itself, but I have no idea how.
I do not understand.
[QUOTE=slashsnemesis;24603397]I do not understand.[/QUOTE]
this
Lets say you had a command called SQLiteQuery that executed a SQLiteQuery(not in gmod, written in c++ for a different mod) if you typed into console: SQLiteQuery INSERT INTO "main"."test" blablabla
the only thing that would show up in code would be
INSERT INTO main.test blablabla
the "s disappeared
I think you're in the wrong forum, dawg.
Try either Valve games and mods-forum or hardware forums.
Fast Threads are full of soulful posters and not that much of nerds.
Don't post in any of the game sections, they wouldn't know much about this.
But, that's the only place that fits I guess..
[editline]09:57PM[/editline]
Maybe go to the Programming section [url]http://www.facepunch.com/forumdisplay.php?f=240[/url]
Unless you're using Lua to make the console command (Gmod related), I can't help you.
Sorry, you need to Log In to post a reply to this thread.