AT ( cSearch, cData, nOffset )
Posted: Mon Apr 07, 2008 3:41 pm
Is nOffset supported by Harbour, too?
nLocation := AT( cSearch, cData, nOffset )
If I try this with Harbour I get following error.
\FREITEST.PRG(5095) Error E0021 Incorrect number of arguments: AT
assed: 3, expected: 2
Maybe this is xHarbour only?
Regards,
Otto
nLocation := AT( cSearch, cData, nOffset )
If I try this with Harbour I get following error.
\FREITEST.PRG(5095) Error E0021 Incorrect number of arguments: AT
assed: 3, expected: 2
Maybe this is xHarbour only?
Regards,
Otto