Hi

I have a fragment:

wapi_OutputDebugString( "OnError = " + iif(empty(::oole), " empty", "not empty"))
    wapi_OutputDebugString( "OnError = " + hb_ValToStr(::oOLE) )

Which outputs:

[4636] OnError = not empty
[4636] OnError =

in the debug console. Surely I should see a hex value? ::oOLE is definitely working as a pointer.

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

Reply via email to