| Author |
Wrong total bytes in a table
|
|
| Mark.I 2005-05-05, 8:23 pm |
| Display Struct Tells Lies.
The total length should 112 but display struct returns 113.
Regards
Mark
-------------------------------------------------------------------------
Field Field Name Type Length Dec Index
1 ABCD CHARACTER 10 N
2 ABDCE CHARACTER 10 N
-------------------------------------------------------------------------
** Total **
21
| |
| Rick Gearardo 2005-05-05, 8:23 pm |
| one byte for the deleted indicator 20 + 1 = 21
Rick
"Mark.I" <nospam@thisaddress.com> wrote in message
news:EjeIVlaUFHA.1188@news-server...
> Display Struct Tells Lies.
>
> The total length should 112 but display struct returns 113.
>
>
> Regards
> Mark
>
> -------------------------------------------------------------------------
> Field Field Name Type Length Dec Index
> 1 ABCD CHARACTER 10 N
> 2 ABDCE CHARACTER 10 N
> -------------------------------------------------------------------------
> ** Total **
> 21
>
>
>
>
>
>
>
| |
| Mark.I 2005-05-05, 8:23 pm |
|
Thanks.
Mark
"Rick Gearardo" < dbase@NO_SPAMsecurit
ycorp.com> wrote in message
news:l3IycvaUFHA.1188@news-server...
> one byte for the deleted indicator 20 + 1 = 21
>
> Rick
>
> "Mark.I" <nospam@thisaddress.com> wrote in message
> news:EjeIVlaUFHA.1188@news-server...
>
> -------------------------------------------------------------------------
Index[color=darkred]
N[color=darkred]
>
> -------------------------------------------------------------------------
>
>
|
|
|
|