[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PHP and Progress 4GL

  • Thread starter Thread starter Stefan Drissen
  • Start date Start date
Status
Not open for further replies.
S

Stefan Drissen

Guest
def var mptr as memptr. mptr = ( base64-decode( "AA==" ) ). message get-size( mptr ) get-byte( mptr, 1 ). So if you are ending with AA== then you are probably sizing your strings 1 byte too large resulting in a 0 terminator.

Continue reading...
 
Status
Not open for further replies.
Back
Top