DbFields

Prev Next Home Home Table Of Contents Index

DbFields (Handle,Fields)

DbFields reads the list of dBase fields into a 2 dimensional array. The fields are as follows:


 1 - Name
 2 - Type
 3 - Length
 4 - Decimal Position

Example:
var Handle Fields Handle = DbOpen 'MAILLIST.DBF' DbFields(Handle,Fields)

loop Fields loop LoopVal Write LoopVal ' ' endloop Writeln endloop

Field Types: C - Character D - Date N - Number L - Logical (True/False)

See Also: DbCreateFile

Category: DBase

Prev Next Home Home Table Of Contents Index

Sponsors
Shopping
Forum
Forum
email
EMail
Index
Index
Home
Home