bbedit close without saving code example
Example: bbedit close without saving
tell application "BBEdit"
try
close window 1 saving no
on error
end try
end tell
tell application "BBEdit"
try
close window 1 saving no
on error
end try
end tell