Files
harbour-core/harbour/tests/testbrdb.prg
2000-11-08 17:28:24 +00:00

20 lines
172 B
Plaintext

/*
* $Id$
*/
// Testing Browse()
function Main()
LOCAL cColor
cColor := SETCOLOR("W+/B")
CLS
USE test
Browse()
SETCOLOR(cColor)
CLS
return nil