Documentation regarding array InStr() performance

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
ducklord
Posts: 25
Joined: 06 Jan 2022, 08:14

Documentation regarding array InStr() performance

Post by ducklord » 08 Jun 2023, 07:14

Hi, I used to come across an example in the v1 help documentation which demonstrates something about loop and array. It does variable concatenation (x .= y), for performance purposes, on top of assigning variable to array (array[a_index] := y) while looping.

Can anyone point me to that example?

Thanks.

Return to “Ask for Help (v1)”