On Thu, 07 May 2009, Przemyslaw Czerpak wrote:
> > 2009-05-07 15:28 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
> > * source/rtl/alert.prg
> > + Added TIMESTAMP support for Alert() (extended mode only)
> What do you think about using:
> cMessage := hb_CStr( xMessage )
Ups, it should be:
if hb_isString( xMessage )
cMessage := StrTran( xMessage, ";", Chr( 10 ) )
else
cMessage := hb_CStr( xMessage )
endif
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour