how to use #Include in v2? Topic is solved

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
viv
Posts: 217
Joined: 09 Dec 2020, 17:48

how to use #Include in v2?

Post by viv » 14 Apr 2021, 03:28

#Include doesn't seem to accept variable values?

Code: Select all

var := "folder\test.ahk" 
#Include var
I try %var% or "%var%" also not working
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: how to use #Include in v2?  Topic is solved

Post by swagfag » 14 Apr 2021, 03:44

no, it does not. refer to the docs for a list of acceptable values. this isnt something v2 specific
Post Reply

Return to “Ask for Help (v2)”