[progress Communities] [progress Openedge Abl] Forum Post: Re: Longchar, Char, And Clob

  • Thread starter Thread starter Brian K. Maher
  • Start date Start date
Status
Not open for further replies.
B

Brian K. Maher

Guest
Assuming the CLOB field won’t ever exceed 32K... tt-pay.proc_log = STRING(tt-pay.proc_log) + ip-msg + CHR(10). Otherwise: def var tempvar as longchar. tempvar = tt-pay.proc_log. tt-pay.proc_log = tempvar + ip-msg + CHR(10).

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