Show Topics
...go ahead and read the manual, we won't tell anyone.
Help Topics > All Properties > DontSearch
You use the dontSearch property to set or determine whether or not the "find" command searches the specified background, tile, or field in the current stack.
Usage:
set [the] dontSearch of "object" to "boolean"
Example:
set dontSearch of bkgnd 4 to true
put the dontSearch of bkgnd 3 into msg
if the name of bkgnd field 2 of this cd is "Secrets" then set dontSearch to true
