anandknr
Member
HI all,
I have used the export option to log a process. The code is pasted below.
output to value(v-logfile) append.
export "------------------------------------------------------------" .
export "Total minors processed : " v-total .
output close .
But the output i obtains contains the double quotes which i don't want. The output in log file is pasted below.
"------------------------------------------------------------"
"Total minors processed : " 0
How can i get rid of those double quotes ??? Please help...
I have used the export option to log a process. The code is pasted below.
output to value(v-logfile) append.
export "------------------------------------------------------------" .
export "Total minors processed : " v-total .
output close .
But the output i obtains contains the double quotes which i don't want. The output in log file is pasted below.
"------------------------------------------------------------"
"Total minors processed : " 0
How can i get rid of those double quotes ??? Please help...