Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

To include the double quote (") in a string using Autohotkey, you can use two double quotes together. For example:

myString := "This is a ""quoted"" string"

This will create a string with the value:

This is a "quoted" string