Custom Query (3917 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (337 - 339 of 3917)

Ticket Resolution Summary Owner Reporter
#957 Completed Assert keyword or function Jpm Nutster
Description

Could we add an Assert keyword of function that would break execution with an error message indicating the assertion that failed.

e.g.

Assert($sABC > "")

If $sABC is empty (so the $sABC fails) the engine reports an error and exits the program.


AutoIt: Assertion on line 78 failed: $sABC > ""

#2894 Rejected Assign - new flag - static mLipok
Description

Please add new flag 'Static' I'am thinking about posibility to dynamicaly creating Static Local variable based on paramters passed to my function.

#2478 Fixed Assign and Eval do not restrict variable names Jon Tasiro
Description
Local $name = "some space, and a comma"
Assign ($name, 42)
Eval ($name) ; => 42

Is that behavior intended? Should such inaccessable names be allowed?

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