Infolog

From Axaptapedia

static void findhWnd(Args _args) {

   int hWnd;
   ;
   hWnd = infolog.hWnd();
   info (int2str(hWnd));

}