diff options
author | Dirk Engling <erdgeist@bauklotz.fritz.box> | 2021-07-10 02:48:08 +0200 |
---|---|---|
committer | Dirk Engling <erdgeist@bauklotz.fritz.box> | 2021-07-10 02:48:08 +0200 |
commit | 4eea9c003fbc78eb4ec0f075dbccab8d56b52507 (patch) | |
tree | 79ca59e3427e241732f252a2518132393c71e1f8 /docs/cronos-research.md | |
parent | d30a78c7ea4c702519b00243b43d507582b119c0 (diff) |
Some clarification on the field types in tables
Diffstat (limited to 'docs/cronos-research.md')
-rw-r--r-- | docs/cronos-research.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cronos-research.md b/docs/cronos-research.md index 022cbcf..3e9ac76 100644 --- a/docs/cronos-research.md +++ b/docs/cronos-research.md | |||
@@ -193,7 +193,7 @@ the `Base000` entry contains the record number for the table definition of the f | |||
193 | 193 | ||
194 | array { | 194 | array { |
195 | uint16 entrysize -- total nr of bytes in this entry. | 195 | uint16 entrysize -- total nr of bytes in this entry. |
196 | uint16 fieldtype 0 = sysnum, 2 = text, 4 = number | 196 | uint16 fieldtype 0 = sysnum, 1 = number, 2 = text, 4 = date, 5 = time, 6 = often notes or fotos (binary?), 18 = "Access Level" |
197 | uint32 fieldindex ?? | 197 | uint32 fieldindex ?? |
198 | Name fieldname | 198 | Name fieldname |
199 | uint32 | 199 | uint32 |