Custom Query (3917 matches)
Results (337 - 339 of 3917)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #957 | Completed | Assert keyword or function | ||
| 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 | ||
| 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 | ||
| Description |
Local $name = "some space, and a comma" Assign ($name, 42) Eval ($name) ; => 42 Is that behavior intended? Should such inaccessable names be allowed? |
|||
Note:
See TracQuery
for help on using queries.
