Search found 43 matches: rascan

Return to advanced search

Re: ASCAN reverse ?

hi Detlef,
Detlef wrote:just use RAscan() :wink:

so easy, thx

Detlef wrote:p.s. du wohnst in Hamburg?
Das ist nicht weit von mir. Vielleicht könnten wir uns austauschen?

JA
schreibe mir doch bitte eine private Message mit Email Adresse dann kann ich dir antworten.
AUGE_OHR AT WEB.DE
by Jimmy
Wed May 17, 2023 2:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCAN reverse ?
Replies: 2
Views: 157

Re: ASCAN reverse ?

Hi Jimmy, just use RAscan() :wink: // The example demonstrates the difference between AScan() and RAscan(). PROCEDURE Main() LOCAL aArray := { "A", 1, Date(), 1, .F. } ? Ascan( aArray, 1 ) // result: 2 ? RAScan( aArray, 1 ...
by Detlef
Wed May 17, 2023 2:13 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: ASCAN reverse ?
Replies: 2
Views: 157

Re: start at the end and go back in an array

Dear Antonio,

RAScan( )
R - What does the abbreviation stand for?

Best regards,
Otto
by Otto
Sun May 29, 2022 5:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 822

Re: start at the end and go back in an array

Dear Silvio, Same as we have a RAScan() we should have a RAEval(). It is not difficult to implement it and we can do it :-) Unless there is a function AReverse() (also missing) that I am not aware of. Dear Otto, AEval(), AScan(), etc. are ...
by Antonio Linares
Sat May 28, 2022 4:03 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: start at the end and go back in an array - RESOLVED --
Replies: 19
Views: 822

Re: De xHarbour a Harbour

... referenced from C:\USERS\JOSE ALBERTO ALVAREZ\APPDATA\LOCAL\TEMP\HBMK_45QL34.DIR\EMPRESA.OBJ Error: Unresolved external '_HB_FUN_RASCAN' referenced from C:\XBASE\HARBOUR32\LIB\FIVEH.LIB|TFOLDEX Error: Unresolved external '_HB_FUN_HB_ZIPFILE' referenced from C:\USERS\JOSE ALBERTO ...
by JoseAlvarez
Mon Oct 04, 2021 2:50 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: De xHarbour a Harbour
Replies: 35
Views: 3157

Re: Asort array base two elements and found the last number

Silvio, Try RASCAN FUNCTION MAIN()LOCAL x , y  , nPosLOCAL aData:= { { 4 ,"01" , "17/03/2020" , "17/03/2020" } , ;                ...
by MarcoBoschi
Sun Mar 22, 2020 7:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Asort array base two elements and found the last number
Replies: 2
Views: 453

Re: funciones de FWH y Harbour en un archivo .txt

... RangeRepl(<cRangeStart>,<cRangeEnd>,<cString>,<cReplace>)->cResult RAscan(<aArray>,<xbSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nElement RAt(<cSearch>,<cString>,[<nStart>],[<nEnd>])->nPos ...
by rubenfernandez01
Sun Oct 22, 2017 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

... RangeRepl(<cRangeStart>,<cRangeEnd>,<cString>,<cReplace>)->cResult RAscan(<aArray>,<xbSearch>,[<nStart>],[<nCount>],[<lExact>],[<lASCII>])->nElement RAt(<cSearch>,<cString>,[<nStart>],[<nEnd>])->nPos ...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

__clsVerify(<nClassH>)-><acBrokenMessages>|Nil __objAddData(<oObject>,<cDataName>)->oObject __objAddInline(<oObject>,<cInlineName>,<bInline>)->oObject __objAddMethod(<oObject>,<cMethodName>,<nFuncPtr>)->oObject __objDelInline(&l...
by carlos vargas
Sat Oct 21, 2017 8:44 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: funciones de FWH y Harbour en un archivo .txt

... PrintFileRaw PrintReady PrintSend PrintStat ProcFile ProcLine ProcName PRow Pv PValue QOut QQOut Quarter QueryRegistry RangeRem RangeRepl RAscan RAt Rate RddInfo RddName RddRegister RddSetDefault ReadExit ReadInsert ReadKey ReadModal ReadVar RecCount RecNo RecSize RemAll RemLeft RemRight ...
by carlos vargas
Sat Oct 21, 2017 8:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: funciones de FWH y Harbour en un archivo .txt
Replies: 7
Views: 5627

Re: Change to Harbour

Antonio, no effect! This is complete list of functions not found! Error: Nicht aufl÷sbares externes '_HB_FUN_CTOT' referenziert von C:\FWH\LIB\FIVEH.LIB|VALBLANK Error: Nicht aufl÷sbares externes '_HB_FUN_TOLEAUTO' referenziert von C:\FWH\LIB\FIVEH.LIB|HARBOUR Error: Nicht aufl÷sbares externes '_HB_...
by byte-one
Mon Jan 18, 2016 8:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Change to Harbour (SOLVED)
Replies: 11
Views: 2123

Re: HB_RASCAN()

Silvio,

Code: Select all  Expand view
RAScan()


EMG
by Enrico Maria Giordano
Wed Sep 30, 2015 11:47 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_RASCAN()
Replies: 3
Views: 616

Re: HB_RASCAN()

is there on xharbour ? if not how I can simulate it ?
by Silvio.Falconi
Wed Sep 30, 2015 11:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_RASCAN()
Replies: 3
Views: 616

Re: HB_RASCAN()

Silvio,

it should be as AScan() but beginning the search from the last element instead of the first one.

EMG
by Enrico Maria Giordano
Mon Sep 28, 2015 11:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_RASCAN()
Replies: 3
Views: 616

HB_RASCAN()

on a harbour source I found the function hb_rascan
it is as ascan ?
or where I can found it for xharbour
thanks
by Silvio.Falconi
Mon Sep 28, 2015 7:23 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: HB_RASCAN()
Replies: 3
Views: 616
Next

Return to advanced search