IsSet() does not work for individual array keys?! Topic is solved

Get help with using AutoHotkey (v2 or newer) and its commands and hotkeys
RomAnT
Posts: 21
Joined: 23 Sep 2021, 13:19

IsSet() does not work for individual array keys?!

24 Sep 2021, 08:14

Running this code

Code: Select all

myarr := []
myarr.push 555

if (isSet(myarr[1]))
	msgbox myarr[1]
Getting this error.

Code: Select all

Error:  IsSet requires a variable.
--->	061: If (isSet(myarr[1]))
The program will exit.
Please tell me this is BUG not intended to be this way.

Return to “Ask for Help (v2)”

Who is online

Users browsing this forum: No registered users and 28 guests