You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEFINE VARIABLE cresponse AS CHARACTER NO-UNDO.
DEFINE VARIABLE oMemptr AS OpenEdge.Core.Memptr NO-UNDO.
oMemptr = New OpenEdge.Core.Memptr().
cresponse = oMemptr:GetString( 1, 30000 ).
The second parameter op the GetString method ensures that the result is < 32000.
The text was updated successfully, but these errors were encountered:
gquerret
changed the title
FP: Conversion from LONGCHAR to CHARACTER can overflow if source expression is larger than 32kb
Conversion from LONGCHAR to CHARACTER can overflow if source expression is larger than 32kb
Oct 19, 2023
Could this be handled automatically?
The second parameter op the GetString method ensures that the result is < 32000.
The text was updated successfully, but these errors were encountered: