A
Andrei Popa
Guest
I get the following error when I try to add a CHARACTER to a LONGCHAR: Could not convert LONGCHAR to cpinternal. (11669) The line where this error occurs is: cResult = cResult + cValue. where cResult is LONGCHAR and cValue is CHARACTER I added the following line before it: MESSAGE SESSION:CPINTERNAL GET-CODEPAGE(cResult). and get "UTF-8 UTF-8"
Continue reading...
Continue reading...