replaceText problem

dunbarx at aol.com dunbarx at aol.com
Tue Jan 6 13:13:30 EST 2015


Bob.


"Actually it is possible to say:
if myVar is true then breakpoint"


Correct, though I have always thought that sort of thing:



on mouseUp
   repeat with y = 1 to 10
      put random(5)  into temp
      if temp = 3 then breakpoint
   end repeat
end mouseUp


is better served with a watchpoint.


Craig



-----Original Message-----
From: Bob Sneidar <bobsneidar at iotecdigital.com>
To: How to use LiveCode <use-livecode at lists.runrev.com>
Sent: Tue, Jan 6, 2015 12:07 pm
Subject: Re: replaceText problem


Actually it is possible to say:

if myVar is true then breakpoint

But your filter without idea is a good one.

Bob S


On Jan 3, 2015, at 10:36 , J. Landman Gay <jacque at hyperactivesw.com<mailto:jacque at hyperactivesw.com>> 
wrote:

I see now. Do you have to use regex? Breakpoint commands are always on a line by 
themselves. What about "filter...without"?

--
Jacqueline Landman Gay

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

 




More information about the use-livecode mailing list