I get dd/mm/yy in output file rather than dd/mm/yyyy.
Using the following codes I expect the output to be abc,14/05/2013 but got abc,14/05/13 instead. How can I output yyyy?
output to "/tmp/test.txt".
DEFINE VARIABLE var-date AS date NO-UNDO format "99/99/9999".
define variable var-char as...
Tried a number of different ways to export trailing zeros but unsuccessful. Please help. Much appreciate.
output to "/tmp/test.txt".
DEFINE VARIABLE var-price AS decimal NO-UNDO.
var-price = 123.1230.
export delimiter "," "bac" var-price format "999999.9999".
Output
"bac",123.123
Problem...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.