Harbour Reference Guide

 

RECSIZE()

Returns the size of a single record in an active database.

Syntax

RECSIZE() --> nBytes

Arguments

None.

Returns

<nBytes> The record size.

Description

This function returns the number os bytes used by a single record in the currently selected or designated database file.If no database is in use in this work area,the return value from this function will be 0.
Examples
      USE Tests NEW
      DBGOTOP()
      RECSIZE()            // Returns 1
      DBGOTO(50)
      RECSIZE()
Status

Ready

Compliance

This function is Ca-Clipper compliant

Files

Library is rdd

See Also

 




[Source Forge]

Other Docs Categories

Advantage Database RDD
Array
Binary conversion
Classes
Code Block
Console input
Conversion
Conversion Tools
DOS
Data input and output
Database
Database Tools
Date
Dos Tools
Environment
Error recovery
Events
File management
GT
Harbour Tools
Internal
Low Level
Math
Misc
Miscellaneous
Nation
Object manipulation
Operating System Specific
Parameter Checks
String Tools
Strings
TBrowse Method
TBrowse class
Terminal
Time
Utility
Variable Management

 

Last updated on 2001/07/30