* harbour/tests/testlbl.prg
! use lower name in report name to work properly on case sensitive
file systems
14 lines
96 B
Plaintext
14 lines
96 B
Plaintext
/*
|
|
* $Id$
|
|
*/
|
|
|
|
FUNCTION MAIN()
|
|
|
|
USE test New
|
|
|
|
LABEL FORM test
|
|
|
|
USE
|
|
|
|
RETURN NIL
|