genius257 / vscode-autoit

AutoIt language extension for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=genius257.autoit
MIT License
4 stars 3 forks source link

Process Execute function calls as a pseudo code statements #31

Open genius257 opened 1 year ago

genius257 commented 1 year ago

The native AutoIt3 function Execute allows executing a string as a normal AutoIt3 statement. However it does have some special limitations, like variable declaration and assignment not persisting outside the function call.

Issue first discovered here: https://github.com/genius257/vscode-autoit/issues/24#issuecomment-1445475740