Custom Query (3927 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (64 - 66 of 3927)

Ticket Resolution Summary Owner Reporter
#811 Rejected Add macros(@ScriptFile,@ScriptFunction) to get file,function executing in a script winux38@…
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 winux38@…
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 [ _

field1, _ field2, _ field3 ]

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 wimhek11@…
Description

Please add a Line number by default in the Head of the display (_arraydisplay)

Is this possible ?

Batch Modify
Note: See TracBatchModify for help on using batch modify.
Note: See TracQuery for help on using queries.