Custom Query (3927 matches)
Results (388 - 390 of 3927)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #922 | No Bug | $CmdLineRaw does not allow pipes ('|') | ||
| Description |
1) Set up a parameter list that includes pipes (i.e. -email=user1@…|user2@…) 2) Use _arrayDisplay to view the command line parameter list in a script Notice that the user2@… parameter is missing. In this example, $CmdLine[1] does include the user2 parameter |
|||
| #2103 | Rejected | compiles autoit | ||
| Description |
I have a suggestion that I hard to do, but that is great: It would be cool to create a compiler for autoit: a real compiler, not a programer that add the interpreter to the exe. What will be needed : -add type of variables (int, float...) -other stuff What will it permit: -really faster programs -multi threads programs -avoid decompilers -and more... In this case, there would be two programmings styles : The one when you specify #compiled_program that specify that the program will be compiled and the user have to follow restrictions like variables type #interpreted_program that specify that the program will be interpreted as actual (no need of variables types) That's would be really awesome 'cause that's the only reason I've to use C sometimes instead of Autoit. Thanks |
|||
| #1454 | Fixed | _StringBetween does not find blank line correctly | ||
| Description |
When using $line=_StringBetween('<center>', '</center>') to search the following string, it returns the following result for $line[2]. "</center> </td><td bgcolor="#E0E0C0"> <center>2008-11-24 01:02:55" It should return "2008-11-24 01:02:55". <tr><td bgcolor="#E0E0C0" class="twikiFirstCol"> <center>ani</center> </td><td bgcolor="#E0E0C0"> <center></center> </td><td bgcolor="#E0E0C0"> <center>2008-11-24 01:02:55</center> </td></tr> |
|||
