[futurebasic] Re: AppleScript Gestalt?

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : September 1998 : Group Archive : Group : All Groups

From: Brian Heibert <briangh@...>
Date: Sun, 27 Sep 1998 08:41:51 -0500
>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$