Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (277 - 279 of 3893)

Ticket Resolution Summary Owner Reporter
#842 Rejected Adding Lua as an alternative syntax anonymous
Description

Adding Lua as an alternative syntax or converting AutoIt features into a Lua API, whichever the techtical term here would be. This is probably an out-of-question suggestion due to fact it'd only benefit few. Even so, please refrain from being arrogant and try to give a smart answer to a (probably) stupid suggestion.

I've heard that Lua scripting engine is pretty easy to add to a software. Out of pure interest, I'd like to hear what are the possible cons and difficulties here, how much work would this take and any other thoughts you have.

#1216 Rejected Adding arrays working suspiciously Nutster monoceres
Description

This doesn't seem right to me:

#include <array.au3>
Local $a[2]=[1,2]
Local $a2[2]=[2,3]
Local $a3=$a+$a2
_ArrayDisplay($a3)

Output is [1,2]. Optional output would be the combination of the two arrays, but if that's out of the question, maybe throw an error or something?

#1781 Rejected Adding in Custom UDF's jnkbcs
Description

Any way to get some of the custom udf's memeber have made into the nnormal build. The ones id like to see are the AD udf, the Xskin udf and maybe some mysql. adding the help file too wouldnt be a bad idea

Note: See TracQuery for help on using queries.