On a script of a push button I like to check, if 'bTXTDatei' is True or False like this:
Code: Select all
on mouseUp
if button "bTXTDatei" is true then -- here is the problem, that is always FALSE
-- use .txt as extension
else
-- use .vcf as extension
end if
end mouseUp
Best regards from Switzerland