Answers for "bbedit close without saving"

0

bbedit close without saving

tell application "BBEdit"
	try
		close window 1 saving no
	on error
	end try
end tell
Posted by: Guest on August-28-2020

Code answers related to "bbedit close without saving"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language