On 11/12/22 10:06 pm, Bruce Steers wrote:
> Try this in your startup class
>
> #If Exec
> Quit
> #Endif
>
>
Like +_+_+!
That was the simple little thing I was looking for.
Ectually it says
#If Exec
Message.Error("Don't run this, use the IDE you fool!", "Quit")
Quit
#Endif
😁
b