*** empty log message ***
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
19991004-22:34 GMT+1 Victor Szel <info@szelvesz.hu>
|
||||
* tests/db_brows.prg
|
||||
- READEXIT() removed since it's now part of the RTL.
|
||||
|
||||
19991004-21:34 GMT+1 Victor Szel <info@szelvesz.hu>
|
||||
* tests/*.bat
|
||||
! Reworked, standardized, simplified. Please test them.
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user