When using ASCAN() the nStartElement and nElementsSearched parameters can not be empty if the nSearchColumn parameter is used. They must contain a -1.
ASCAN(aaray,"HELLO", , ,2,15) will return an error where ASCAN(aaray,"HELLO",-1,-1,2,15) will work.
Comments: ** Comment from web user: Faure **
ASCAN(aaray,"HELLO", , ,2,15) will return an error where ASCAN(aaray,"HELLO",-1,-1,2,15) will work.
Comments: ** Comment from web user: Faure **
Hi dkreuzen,
the ascan page was modified
you can check by downloading v 1.07.6 at
https://vfpx.codeplex.com/releases/view/23319
Regards
Francis