Skip to content

bug, int8 from hex can give larger values than possible #1673

@larshp

Description

@larshp

it should stay within 8 bytes,

FORM run.

  DATA foo TYPE xstring.
  DATA int TYPE int8.
  foo = '0AAAAAAAAAAAAAAAAA'.
  int = foo.
  WRITE / int.

ENDFORM.

START-OF-SELECTION.
  PERFORM run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions