searching for a put that opens message box
Mark Wieder
mwieder at ahsoftware.net
Sat May 15 13:33:29 EDT 2010
Scott-
Saturday, May 15, 2010, 9:58:47 AM, you wrote:
> The other thing to do is to make sure the line has no "into".
...as in (untested, but you get the idea)
put yourScript into someVariable
filter someVariable with "put*"
filter someVariable without "*into*"
repeat for each line tLine in someVariable
put lineOffset(tLine, yourScript) into tPos
if tPos is not 0 then
delete line tPos of yourScript
end if
end repeat
--
-Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list