Custom Query (3931 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (235 - 237 of 3931)

Ticket Resolution Summary Owner Reporter
#841 No Bug Problems using pipes in array Wooltown
Description

In one dimensional array, the text after the pipe will be removed, but in a two dimensional array, the text will occur in the following cell/column, see attached example.

How can I have a "|" in a cell in an array ?

#Include <Array.au3>

DIM $xx[9] $xx[0] = "ABC|DEF" ;$xx[1] = "GHI|JKL" $xx[2] = "MNO|PQR" redim $xx[4] _Arraydisplay($xx)

DIM $yy[9][3] $yy[0][0] = 2 $yy[0][1] = 1 $yy[1][1] = "ABC|DEF" _Arraydisplay($yy)

#843 No Bug @ScriptDir macro returning backslash when script is in drive root causes script to fail ssmith@…
Description

I know that this has been previously raised more than once bat has been declared as 'No Bug' but it DOES cause scripts to fail.

As was correctly pointed in the reply to bug #785, the drive root alone would be an invalid path (i.e. K:\ is valid, K: isn't) but it means that @ScriptDir & "\Fred.exe" expands to (say) K:
Fred.exe
which is also invalid.

I respectfully suggest that, on root of a drive, it would be better if @ScriptDir expanded to Drive:\. which, in the example above would give the valid full path K:\.\Fred.exe

#844 No Bug "^" and "$" absent in document of StringRegExp( ) txj
Description

In StringRegExp( ) document of AutoIT 3.2.12.1, 3.3.0.0, character(press Shift+6) and "$" not mentioned , please add them in the next version of AutoIT.

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