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
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to