SkillAgentSearch skills...

Eval

AHK Function to evaluate expressions dynamically in strings.

Install / Use

/learn @Pulover/Eval
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Eval()

Evaluate Expressions Dynamically in Strings.

Credits

ExprEval() by Uberi

Return

An array (object) with the result of each expression.

Parameters

String:

The input string to be evaluated. You can enter multiple expressions separated by commas (inside the string).

CustomVars [optional]

An Associative Array object containing variables names as keys and values to replace them. For example, setting it to {A_Index: A_Index} inside a loop will replace occurrences of A_Index with the correct value for the iteration.

Related Skills

View on GitHub
GitHub Stars30
CategoryDevelopment
Updated3mo ago
Forks5

Languages

AutoHotkey

Security Score

87/100

Audited on Dec 9, 2025

No findings