[Progress Communities] [Progress OpenEdge ABL] Forum Post: Copy file content into a String

  • Thread starter Thread starter untipet
  • Start date Start date
Status
Not open for further replies.
U

untipet

Guest
Hi, I have tried to copy the content of a file into a string with no success. Here is the code: copy-lob from file cInputFilePath to textMemPtr. xmlString = NEW String(get-string(textMemPtr, 1)). The content is copied, but incomplete and I don't understand why. If I put the same string directly into a string var it works, so there is no reason to be a space problem. Anybody knows how can I solve it? Thanks in advance.

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