longchar

  1. JKampmeijer

    Longchar and substring

    I want to transfer the data stored in a longchar to a character variable(s), by assigning parts of the longchar. I'm using substring as adviced in the Progress documentation: Work with LONGCHAR data But when the substring crosses the 32K limit, i get error 9324. I use Progress version 11.7 But...
  2. S

    Error Attempt To Exceed Maximum Size Of A Character Variable. (9324)

    Hi, I am getting this error while using string function on longchar variable. def var lcx as longchar no-undo. put unformatted "debug : " string(lcx). Can any one suggest what needs to be done for this? Attempt to exceed maximum size of a CHARACTER variable. (9324)
Top