how to set the statrt and the end symbol in TextOutput()?
Posted: Fri Mar 16, 2012 5:22 am
Deal all,
As far as I know, textoutput() or asciioutput() always contain the starting symbol:", also the end symbol.
for example, as running a TI
##in Prolog
sStrings='testtext';
textoutput('ouput.cma',sStrings);
##########
after TI completed, open the ouput.cma, and it shows:
"test"
but what I expect is:
test
does any know how to solve this issue?
I want to use textoutput to create txt file for create rule by TI,
do I have another option to achieve this?
As far as I know, textoutput() or asciioutput() always contain the starting symbol:", also the end symbol.
for example, as running a TI
##in Prolog
sStrings='testtext';
textoutput('ouput.cma',sStrings);
##########
after TI completed, open the ouput.cma, and it shows:
"test"
but what I expect is:
test
does any know how to solve this issue?
I want to use textoutput to create txt file for create rule by TI,
do I have another option to achieve this?