Custom Query (3927 matches)
Results (64 - 66 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #811 | Rejected | Add macros(@ScriptFile,@ScriptFunction) to get file,function executing in a script | ||
| Description |
Hello, It could be good to add the @ScriptFile and @scriptFunction to get current filename and function name currently executing. Today @scriptFilename returns the name of the launched script and loose the names of included files In any way congratulation to all the developpers team for this excellent software. |
|||
| #812 | Rejected | Addtion of structure like in C | ||
| Description |
I read that you are not ready to add OOP concept in autoit and I agree with this but it is painful to define structured data array. I am using a lot a structured array and the only way to get them is to define an enum with all the fields offset in the array and to define an array. This needs definition of a lot of constants which needs to be exported everywhere. It would be better to define a struct and access directly members. declaration: Defstruct mystruct_t [ _
instaciation: Struct mystruct_t mystruct = [initfield1, initfield2 , initfield3] access: mystruct.field1 = data I agree it is very C like but so easy to use. |
|||
| #3629 | Works For Me | Line Number in Arraydisplay | ||
| Description |
Please add a Line number by default in the Head of the display (_arraydisplay) Is this possible ? |
|||
