xlscode
Results
1
issues of
xlscode
I have got a simple script that uses the #DefineCommand directive: ``` #DefineCommand, GetFilePath, LblGetLinksFilePath ^+q:: GetLinksFilePath, Result, /some/path/ MsgBox, Result: %Result% return LblGetFilePath: lfp_Name = file-peekaboo.txt lfp_Path = %A_Param2%...