Custom Query
Results (127 - 129 of 3841)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#609 | Rejected | @FunctionName, VarGetName() | Viring | |
Description |
I don't have knowledge of the internal workings of AutoIt or how Functions, and Variables are kept in memory. So I won't expect this to be even considered, and I will keep this short. @FunctionName: will return the current name of the function in use. VarGetName() will return the current name of an said variable Thanks for your wasted time. |
|||
#1870 | Fixed | @GUI_DRAGFILE | Jon | anonymous |
Description |
The @GUI_DRAGFILE seems to return an extra 2 bytes, assumably a @CRLF, when a file is dropped onto an Edit control, as opposed to the return string when dropped e.g. onto a button. |
|||
#3766 | Duplicate | @IncludeScriptFullPath and @IncludeScriptName | argumentum | |
Description |
@ScriptLineNumber knows the #include. I can write Func this($var = @ScriptLineNumber) and it knows, just knows, now, somewhere ( in AutoIt ) is kept\noted. Therefore these macros, call them @IncludeScriptFullPath and @IncludeScriptName, would be complementary to @ScriptLineNumber. I added a discussion at https://www.autoitscript.com/forum/topic/203009-scriptlinenumber-knows-the-include/ for a full explanation of the idea. |