Hello, I was testing a my little program, and I want debug an array using xbrowser, but it sometime does not appears.
Look this code:
the xBrowser appears one time, but after the windows, it does not.
Look this code:
#include <fivewin.ch>
func main()
LOCAL oWnd
XBROWSER {10,20,30,40}
DEFINE WINDOW oWnd
ACTIVATE WINDOW oWnd
XBROWSER {10,20,30,40}
return 0the xBrowser appears one time, but after the windows, it does not.
