I took a look into Caché 2018.
%DisplayFormatted is still useless for your case.
It calls the method %Display() which allows having a different delimiter:
It just doesn't use or support it. It is forgotten until today.
So default $C(9) "TAB" is used.
You may need to open the output file yourself and then
use it with a %Next Loop writing it line by line.
So you may also control your headers.
It looks like this method was not foreseen to be used in real applications.
- Log in to post comments
I''d susggest you use either.png)