get-bits

  1. Cecil

    Resolved Why is PUT-BITS and GET-BITS failing on 32bit integers?

    So I have some simple code which will loop through each bit of an integer and set the bits of a second integer variable, bit-by-bit. However when it gets to position 32 in the integer it's failing. DEFINE VARIABLE i AS INTEGER NO-UNDO. DEFINE VARIABLE SourceNumber AS INTEGER NO-UNDO. DEFINE...
Top