[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Webspeed - GET-VALUE()

Status
Not open for further replies.
B

benBuckley

Guest
In base64 encoding, an "=" is added as padding. Depending on the size of the data being encoded, it may include, 0, 1 or 2 equal signs. If the equal sign is the only issue, then a more correct solution would be cCode = get-value('code'). cCode = cCode + substring("==":U, 1, (length(cCode) * 3) modulo 4).

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