>Does anyone know the Gestalt test for AppleScript? Any help appreciated! > >John > > >-- >Font Problems? We Can Help! > >Morrison SoftDesign >1-800-583-2917 > >www.MorrisonSoftDesign.com >info@... >-- >To unsubscribe, send ANY message to <futurebasic-unsubscribe@...> Here it is: WINDOW #1 a1 = FN GESTALT (ascr) IF a1 = 0 THEN PRINT "AppleScript Installed" IF a1 = 1 THEN PRINT "AppleScript Is Not Installed" INPUT "";a$