Custom Query (3933 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (427 - 429 of 3933)

Ticket Resolution Summary Owner Reporter
#26 Rejected Setting Color with words JamesB
Description

I don't think this has been suggested, but could we have AutoIt allow words like:

Blue Red Green Yellow etc

Be supported in the syntax? GuiCtrlSetColor($MyControl, "Blue") or GuiCtrlSetBkColor("Blue")

Thanks!

#88 Fixed Help file (Round) Jpm JamesB
Description

In the help file under round, you have: $x = Round(-1.582, 1) ;returns -1.6 $y = Round(3.1415, 9) ;no change $z = round(123.5, -1) ;returns 120

and not

$x = Round(-1.582, 1) ;returns -1.6 $y = Round(3.1415, 9) ;no change $z = Round(123.5, -1) ;returns 120

Just missed a capital :)

#126 Rejected Add @LF to end of ConsoleWrite/WriteError JamesB
Description

Hi,

Recently I have been working on a couple of functions which I use the console to debug with. At one point I had 56 consolewrites. Writing @CRLF/@LF et cetra is a long way of doing things.

I was wandering if it is possible to have the new line automatically added?

Thanks, James

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