On Thursday, February 26, 2004, at 05:36 PM, Klaus Major wrote:


Hi hershrev,

On Thursday, February 26, 2004, at 05:01 PM, Klaus Major wrote:
Hi hershrev,
Hi every one ,
 I need to replace oneVar with anotherVar in athirdVar  ?
What about:
...
 replace oneVar with anotherVar in athirdVar
compiler complains.
...

No fooling :-D

Tested and works!

I scripted:


on mouseup
  put "www" into v1
  put "mmm" into v2
  put "www www hhh" into v3
  replace v1 with v2 in v3
  put v3
end mouseup

and found "mmm mmm hhh" in the msg...

???


What is in your vars?
        executing at 5:46:21 PM
Type    replace: error in pattern expression
Object  Contact Form
Line    replace  lOldText  with lFieldText in lEquery
Hint    closeField



Regards

Klaus Major
[EMAIL PROTECTED]
www.major-k.de

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


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

Reply via email to