create a field (it can be hidden), here I call it "xform":

set the rtfText of field "xform" to txvariable
put field "xform" into txvariable


Note that this will cause you to lose all formatting.

You can simplify it somewhat as follows:

set the rtfText of field "xform" to URL ("File:"&pathtoRtfText)
put field "xform" into txvariable

On Oct 23, 2004, at 4:01 PM, Yves COPPE wrote:

Hi list,

Is it possible to transfrom a loaded rtf text in a variable into a common text ???


for example :

put URL ("File:"&pathtoRtfText) into txvariable

how can I transform txvariable into a common text variable ??

thank you.


Greetings.

Yves COPPE
[EMAIL PROTECTED]

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


-----------------------------------------------------------
Frank D. Engel, Jr.  <[EMAIL PROTECTED]>

$ ln -s /usr/share/kjvbible /usr/manual
$ true | cat /usr/manual | grep "John 3:16"
John 3:16 For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.
$




___________________________________________________________
$0 Web Hosting with up to 120MB web space, 1000 MB Transfer
10 Personalized POP and Web E-mail Accounts, and much more.
Signup at www.doteasy.com

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to