On Fri, 04 Sep 2009, Alex Strickland wrote:

Hi,

> This app:
> function Main()
>     event( 1 )
>     event( 1, 2 )
> return nil
> function event( nEvent, ... )
>     ? hb_valtostr( nEvent )
>     ? hb_valtostr( ... )
> return nil
> gives this ouput:
> Unrecoverable error 6005: Exception error:
[...]
> Called from HB_VALTOSTR(0)
> Called from EVENT(11) in hello.prg
> Called from MAIN(3) in hello.prg

Thank you very much for information. Here is reduced example:
   proc main()
      hb_valtostr()
   return
for the same problem. I'll fix it in a while.

best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to