[futurebasic] Re: command-period

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

From: Pete <furbies@...>
Date: Wed, 26 Aug 1998 01:28:43 +1000
At 4:36 PM -0700 24/8/98, James Mumaugh wrote:
>Now I have the program completed.....(Horray!)
>
>How do I change the command-period from causing a break in the program?
>
>I have included keyboard.fltr but I don't think my program is accessing
>it when I pressed command-period.
>
>tia
>
>Jim

Jim, if you're using PG then go into the RunTime.GLBL and change:
	_ignoreCmndPeriod = _false
to
	_ignoreCmndPeriod = _true

hth

Pete...