2016-01-19 12:58 UTC+0100 Maurilio Longo (maurilio.longo@libero.it)
! tests/longfile.prg
! use hb_fSize() instead of FileSize()
This commit is contained in:
@@ -24,8 +24,8 @@ function main()
|
||||
long->FIELD1 := PadL( nRec, 30, Space( 1 ) )
|
||||
next
|
||||
|
||||
? "File size is : " + Transform( FileSize( cFileName + ".dbf" ), "@ZE ###,###,###,###" )
|
||||
? "Index size is: " + Transform( FileSize( cFileName + IndexExt() ), "@ZE ###,###,###,###" )
|
||||
? "File size is : " + Transform( hb_fSize( cFileName + ".dbf" ), "@ZE ###,###,###,###" )
|
||||
? "Index size is: " + Transform( hb_fSize( cFileName + IndexExt() ), "@ZE ###,###,###,###" )
|
||||
|
||||
? "Testing index..."
|
||||
for nRec := 1 to nTotalRecs / 10
|
||||
|
||||
Reference in New Issue
Block a user