Search found 193 matches: highest

Return to advanced search

Re: Help with HB_REALLOC ERROR 9009

... Dynamic memory consume:" + CRLF cErrorLog += " Actual Value: " + Str( MemUsed() ) + " bytes" + CRLF cErrorLog += " Highest Value: " + Str( MemMax() ) + " bytes" + CRLF
by Marc Venken
Wed Mar 20, 2024 8:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help with HB_REALLOC ERROR 9009
Replies: 5
Views: 1082

Re: Error BASE/1089 Argument error: ABS

... TFONT 9 TREG32 10 TRECT 11 TINTERNET 12 TSTRUCT Memory Analysis =============== 717 Static variables Dynamic memory consume: Actual Value: 0 bytes Highest Value: 0 bytes
by CARLOS ATUNCAR
Fri Jan 26, 2024 10:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error BASE/1089 Argument error: ABS
Replies: 7
Views: 436

Re: 1st FWH + [x]Harbour 2017 international conference

... TMSGBAR 29 TMSGITEM 30 TTIMER 31 TSTRUCT Memory Analysis =============== 557 Static variables Dynamic memory consume: Actual Value: 2359296 bytes Highest Value: 2359296 bytes 
by sirotoca
Wed Nov 15, 2023 9:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 1st FWH + [x]Harbour 2017 international conference
Replies: 68
Views: 265146

Re: Xbrowse : oBrw:ToArray (How to do it)

... TMSGBAR 29 TMSGITEM 30 TTIMER 31 TSTRUCT Memory Analysis =============== 557 Static variables Dynamic memory consume: Actual Value: 2359296 bytes Highest Value: 2359296 bytes 
by sirotoca
Wed Nov 15, 2023 8:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : oBrw:ToArray (How to do it)
Replies: 13
Views: 953

Re: Problem with xBrowse

... 32 TSCROLLBAR 33 TCLIPBOARD 34 TSTRUCT Memory Analysis =============== 598 Static variables Dynamic memory consume: Actual Value: 2031616 bytes Highest Value: 2031616 bytes 
by Armando
Tue May 16, 2023 5:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with xBrowse (Fixed)
Replies: 34
Views: 2146

Re: Forum content download

... to get "latest" Message (Date/Time) i "just" use URL and "Counter" which start at -50 until +50 (can be change) of highest Thread No. like this : https://forums.fivetechsupport.com/viewtopic.php?t=42817 but if somebody write a new Message in "old" ...
by Jimmy
Tue Feb 21, 2023 8:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Forum content download
Replies: 1
Views: 160

Re: search highest digit in the array

Marc Venken wrote:Silvio,

Just curious, Did it make any difference in playing lotto with a statistical program ? I hope for you....


help me sometimes
by Silvio.Falconi
Thu Mar 10, 2022 5:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search highest digit in the array
Replies: 7
Views: 470

Re: search highest digit in the array

Silvio,

Just curious, Did it make any difference in playing lotto with a statistical program ? I hope for you....
by Marc Venken
Thu Mar 10, 2022 12:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search highest digit in the array
Replies: 7
Views: 470

Re: search highest digit in the array

Silvio,

if you want to have the last of same values you must change only one line of my function.

if aVals[nR, nC] >= nMax // instead of only "="
by Detlef
Thu Mar 10, 2022 9:53 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search highest digit in the array
Replies: 7
Views: 470

Re: search highest digit in the array

But one problem. If there are two cells with the same highest value. Then you must decide which cell is the one you want. I make statistical calculations on an archive of lottery extractions from 1939 to today ( here in Italy) I made on 91 the first ...
by Silvio.Falconi
Thu Mar 10, 2022 8:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search highest digit in the array
Replies: 7
Views: 470

Re: search highest digit in the array

But one problem.
If there are two cells with the same highest value.
Then you must decide which cell is the one you want.
by Detlef
Thu Mar 10, 2022 8:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search highest digit in the array
Replies: 7
Views: 470

Re: search highest digit in the array

Hi Silvio, here a quick function to fnd the max value in your array. FUNCTION aFindMax( xArray ) // xArray should be your arrayLOCAL aVals := {;    //just for testing                  { 0,  45,  29,  97, 472, 265, 127,   3, 123,  24,  11,  55 },;                  { 0,  6...
by Silvio.Falconi
Thu Mar 10, 2022 8:06 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: search highest digit in the array
Replies: 7
Views: 470

Re: search highest digit in the array

Hi Silvio, here a quick function to fnd the max value in your array. FUNCTION aFindMax( xArray ) // xArray should be your arrayLOCAL aVals := {;    //just for testing                  { 0,  45,  29,  97, 472, 265, 127,   3, 123,  24,  11,  55 },;                  { 0,  66...
by Detlef
Wed Mar 09, 2022 8:00 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search highest digit in the array
Replies: 7
Views: 470

search highest digit in the array

I have this array https://i.postimg.cc/ydhHSdcM/JJJJ.png How can I find the highest digit in the array? example in this screen in the last line there is the value 663 the function should return me that in the combination (first column) the maximum output ...
by Silvio.Falconi
Wed Mar 09, 2022 12:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: search highest digit in the array
Replies: 7
Views: 470

Re: Bug in Harbour ATAIL()

From Clipper docs: ATAIL() Return the highest numbered element of an array ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ Syntax ATAIL(<aArray>) --> Element Arguments <aArray> is the array. Returns ...
by Enrico Maria Giordano
Thu Feb 24, 2022 5:45 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in Harbour ATAIL() [False report]
Replies: 11
Views: 2317
Next

Return to advanced search