WenSheng ssbbstw at pchome.com.tw wrote:
> I'm try use AT() function like:
> AT( cChar, cString, nStart, nEnd )
> but occur error when compiler my AP

To be compatible with Clipper the function is defined as:
AT( cChar, cString ) --> nPos

You should use HB_AT which defined as:
HB_AT( cChar, cString, [nStart], [nEnd] ) --> nPos


there is an option to compile Harbour with -DHB_EXTENSION which internally call 
HB_AT()
whenever you call AT() but as you see it might not be compatible with other 
xbase dialect.

  Chen.
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to