-----Messaggio Originale----- 
Da: "Patrick Mast, xHarbour." <patrick.m...@xharbour.com>
A: "xHarbour Developers Mailing List" 
<xharbour-developers@lists.sourceforge.net>
Data invio: mercoledì 4 maggio 2011 15.57
Oggetto: [xHarbour-developers] Unrecoverable error 9023 with __StrToken()


> Hello,
>
> I get an unrecoverable error 9023 with this sample code:
>
> __StrToken("NATRUIMBICARBONAAT||||||||||",3,"||")
>
> Can anyone check please?

As far as I know, the delimeter can only be a single character (and it seems 
to be confirmed looking at the source code of the function). Try:

? __StrToken("NATRUIMBICARBONAAT||||||||||",3,"|")

EMG

--
EMAG Software Homepage:     http://www.emagsoftware.it
The EMG's ZX-Spectrum Page: http://www.emagsoftware.it/spectrum
The Best of Spectrum Games: http://www.emagsoftware.it/tbosg
The EMG Music page:         http://www.emagsoftware.it/emgmusic 


------------------------------------------------------------------------------
WhatsUp Gold - Download Free Network Management Software
The most intuitive, comprehensive, and cost-effective network 
management toolset available today.  Delivers lowest initial 
acquisition cost and overall TCO of any competing solution.
http://p.sf.net/sfu/whatsupgold-sd
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to