Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 3866)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#3033 Fixed Small mistake in _Excel_PictureAdd() Help File BrewManNH l3ill
Description

_Excel_PictureAdd Second Example "; Insert the picture without resizing." Command is for F8 but MsgBox Prints:

"Picture inserted at 'F1' ....

It is still present in the online Beta Version v3.3.13.20 (Beta)

#3050 Fixed _FileWriteFromArray: doc clarification BrewManNH c.haslam
Description

Existing:

Start array index to read, normally set to 0 or 1. Default is the Default keyword

This is not helpful,because it doesn't make sense: is the default iBase is 0 or 1? From the code I see that it is 0. So I suggest:

Start array index to read, normally 0 or 1. Default is 0.

Existing:

Set to the last record you want to write to the File. Default is the Default keyword (whole array.)

While you are at it, the code is: {{Local $iLast = UBound($aArray) - 1 If $iUBound = Default Or $iUBound > $iLast Then $iUBound = $iLast}}

So I suggest:

The number of the highest element/row to write to the file. Default: the whole array.

#3051 Fixed Enum: typo BrewManNH c.haslam
Description

Existing, in example:

; Multiple each enumeration by 2.

I suggest

; Multiply each enumeration by 2.

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Note: See TracQuery for help on using queries.