Dear Mister X,

I mentioned such a bug (#3019) in build 91 and it has been wonderfully fixed for the current downloable build.

In the msg box, "put version(), buildnumber()" should reply "2.6.5,108". Otherwise download and reinstall Rev 2.6 again.

Also I agree with Eric, you should place the result() function just after the ask statement:

   ask "Replace what:" with lselection
   if result() is "cancel" then exit mouseup
   put it into x

Hope this help.

Joel G


Le 25 juil. 05 à 04:46, [EMAIL PROTECTED] a écrit :

Date: Sun, 24 Jul 2005 20:04:06 +0200
From: "MisterX" <[EMAIL PROTECTED]>
...
  ask "Replace what:" with lselection
  put it into x
  get the result
  if it is "cancel" then exit mouseup

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to