htmlText and returns in a variable

2008-11-22 Thread Mark Swindell

on mouseUp
put "green gold tan" into Var1

   repeat for each word w in Var1
put w&return after Var2
end repeat

replace gold with "gold" in Var2

*set the htmltext of field 1 to Var2
*put Var2 into field 1
end mouseUp

-

In the preceding script:

Starred line 1 places "green gold tan" into field 1, with "gold" being  
bolded, but returns not respected.


Starred line 2 places
"green
gold
tan"
into field 1 with no bold type, but the returns are respected.

What I'm not understanding is:
 why aren't the returns maintained in   -- *set the htmltext of field  
1 to Var2 ?


What do I need to script to make each item appear on its own line?

Thanks,
Mark


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: htmlText and returns in a variable

2008-11-22 Thread Stephen Barncard

bla bla

html don't care about returns.



What do I need to script to make each item appear on its own line?

Thanks,
Mark


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your 
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: htmlText and returns in a variable

2008-11-22 Thread Mark Swindell

Oh.

On Nov 22, 2008, at 10:52 PM, Stephen Barncard wrote:


bla bla

html don't care about returns.



What do I need to script to make each item appear on its own line?

Thanks,
Mark


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: htmlText and returns in a variable

2008-11-22 Thread Mark Swindell

Thanks. All fixed.  :)

On Nov 22, 2008, at 10:52 PM, Stephen Barncard wrote:


bla bla

html don't care about returns.



What do I need to script to make each item appear on its own line?

Thanks,
Mark


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution



--


stephen barncard
s a n  f r a n c i s c o
- - -  - - - - - - - - -



___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your  
subscription preferences:

http://lists.runrev.com/mailman/listinfo/use-revolution


___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution