Error: This dynamically built variable name is too long.

Discussion, questions and support.
Post Reply
trastra
Posts: 1
Joined: Mar 25th, ’25, 07:23

Post by trastra » Mar 25th, ’25, 07:26

While using FastKeys version 6.01, I encountered the following error pop-up window. I'm not sure under what circumstances it occurred, and it has happened twice already.

FastKeys.exe
Error: This dynamically built variable name is too long. If this variable was not
intended to be dynamic, remove the % symbols from it.
Specifically: %final_name%
Line#
16817: StringTrimleft,act,action_name,1
16818: GuiControl,20:,GG,%act%
16819: Return,true
16820:
16821: if dll.ahkFindLabel(final_name)
16822: dll0.ahklabel(final_name)
16823: Else
16823:if %final_name% <>
16824: Send,%final_name%
16825: Else
16826: Continue
16827: if OptMem = 1
16828: EmptyMem0
16830:if TrackStats
16829: PlaySound(5)
The current thread will exit.
User avatar
Tom
Posts: 897
Joined: Nov 24th, ’15, 23:39

Post by Tom » Mar 25th, ’25, 16:36

Could you please contact us at support email?
Post Reply