Skip to content

FIeld/Object Property names are being truncated in Symbols.subitems. #440

@bobcozzi

Description

@bobcozzi

If you look at this debug dump of the symbols.struct.subitems array, you'll see that several attribute IDs have their first character truncated.
INZ for date fields is NZ
VARYING for CHAR fields is ARYING
DATFMT for DATE fields is ATFMT

[[Prototype]] =
Object
struct.subItems[0].keyword
{CHAR: '10', INZ: "'SeaGrapes'"}
CHAR =
'10'
INZ =
"'SeaGrapes'"
[[Prototype]] =
Object
struct.subItems[1].keyword
{PACKED: '7:2'}
PACKED =
'7:2'
[[Prototype]] =
Object
struct.subItems[3].keyword
{IND: true}
IND =
true
[[Prototype]] =
Object
struct.subItems[4].keyword
{DATE: true, ATFMT: '*ISO'}
ATFMT =
'*ISO'
DATE =
true
[[Prototype]] =
Object
struct.subItems[5].keyword
{DATE: true, ATFMT: '*MDY'}
ATFMT =
'*MDY'
DATE =
true
[[Prototype]] =
Object
struct.subItems[6].keyword
{CHAR: '20', ARYING: true}
ARYING =
true
CHAR =
'20'
[[Prototype]] =
Object
struct.subItems[7].keyword
{TIME: true}
TIME =
true
[[Prototype]] =
Object
struct.subItems[8].keyword
{TIMESTAMP: '0'}
TIMESTAMP =
'0'
[[Prototype]] =
Object
struct.subItems[9].keyword
{CHAR: '100', ARYING: '4'}
ARYING =
'4'
CHAR =
'100'

Metadata

Metadata

Assignees

No one assigned

    Labels

    info-neededMore information is requied from the issuer

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions