RTF File export

xbury.cs at clearstream.com xbury.cs at clearstream.com
Tue Oct 19 05:00:52 EDT 2004


François,

worked fine here... 

put url (thisurl) into x
set the htmltext of fld 1 to x
answer the rtftext of fld 1...

something else is not correct ;)

> -----Original Message-----
> From: use-revolution-bounces at lists.runrev.com 
> [mailto:use-revolution-bounces at lists.runrev.com] On Behalf Of 
> francois.cuneo at cuk.ch
> Sent: Tuesday, October 19, 2004 10:10
> To: use-revolution at lists.runrev.com
> Subject: RTF File export
> 
> 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
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
> 

-----------------------------------------
Visit us at http://www.clearstream.com
IMPORTANT MESSAGE    Internet communications are not secure and therefore
Clearstream International does not accept legal responsibility for the
contents of this message.    The information contained in this e-mail is
confidential and may be legally privileged. It is intended solely for the
addressee. If you are not the intended recipient, any disclosure, copying,
distribution or any action taken or omitted to be taken in reliance on it,
is prohibited and may be unlawful. Any views expressed in this e-mail are
those of the individual sender, except where the sender specifically states
them to be the views of Clearstream International or of any of its
affiliates or subsidiaries.    END OF DISCLAIMER



More information about the use-livecode mailing list