From 16d743fcec1837166da8533dbee0baec81f07cc9 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 4 Oct 1999 20:48:34 +0000 Subject: [PATCH] *** empty log message *** --- harbour/ChangeLog | 4 ++++ harbour/tests/db_brows.prg | 10 ---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 55a6693f79..e8470fb6ca 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,7 @@ +19991004-22:34 GMT+1 Victor Szel + * tests/db_brows.prg + - READEXIT() removed since it's now part of the RTL. + 19991004-21:34 GMT+1 Victor Szel * tests/*.bat ! Reworked, standardized, simplified. Please test them. diff --git a/harbour/tests/db_brows.prg b/harbour/tests/db_brows.prg index bf9241cc8b..8925fd63d6 100644 --- a/harbour/tests/db_brows.prg +++ b/harbour/tests/db_brows.prg @@ -896,16 +896,6 @@ FUNC NUM_STR( NOM, KOLZN ) NOM := INT( NOM ) RETURN ( REPLICATE( "0", KOLZN - LEN( LTRIM( STR( NOM ) ) ) ) + LTRIM( STR( NOM ) ) ) -*+北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北 -*+ -*+ Function readexit() -*+ -*+北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北 -*+ -FUNCTION readexit - -RETURN .t. - *+北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北北 *+ *+ Function updated()