Cristóbal
it's what I was looking for but dosn't work .
The
Function VerMapa2( cPostal_Code, cStreet, cNumber, cLocality, cState, cNation )
return a empty array ---> {0,0,0}
Regards Maurizio
nPos1 := At( "cacheResponse([[[", Left( cURL, 2048 ) )
if !Empty( nPos1 )
cRet := Substr( Left( cURL, 1024 ), nPos1 + 17, 2048 - nPos1 )
nPos2 := At( "]", cRet )
if !Empty( nPos2 )
cRet := Left( cRet, nPos2 - 1 )
aCoor := hb_ATokens( cRet, "," )
endif
endif
nPos1 := At( "APP_INITIALIZATION_STATE=[[[",cUrl )
if !Empty( nPos1 )
cRet := Substr(cUrl, nPos1 + 28,100 )
nPos2 := At( "]", cRet )
if !Empty( nPos2 )
cRet := Left( cRet, nPos2 - 1 )
aCoor := hb_ATokens( cRet, "," )
endif
endif
cnavarro wrote:Paquito, puedes enviarme tu fichero .json ?
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 34 guests