RTF File export
François Cuneo
francois.cuneo at cuk.ch
Tue Oct 19 04:09:33 EDT 2004
Hello everybody!
I want to export a fld (pourexport) into an RTF file (to save the
style and the font)
I have this code
put cheminresultat &fichieràcréer into fichierexport
open file fichierexport for text update
write THE RTFTEXT OF FLD "POUREXPORT" of card 2 of stack"cukydata" to
file fichierexport at "EOF"
close file fichierexport
And my file is always TXT file.
Why please?
Thank you for your answer.
Friendly
François
More information about the use-livecode
mailing list