On Sep 17, 2:25 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> Jimmy wrote:
> > On Sep 17, 12:07 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> >> Jimmy wrote:
> >>> hi, all
> >>> I attempt to use the function inch() to get the character at the
> >>> current position, and compare it with a particular
Jimmy wrote:
> On Sep 17, 12:07 am, Steve Holden <[EMAIL PROTECTED]> wrote:
>> Jimmy wrote:
>>> hi, all
>>> I attempt to use the function inch() to get the character at the
>>> current position, and compare it with a particular character like :
>>> if screen.inch(x,y) == 'F'
>>> but this method doe
On Sep 17, 12:07 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> Jimmy wrote:
> > hi, all
> > I attempt to use the function inch() to get the character at the
> > current position, and compare it with a particular character like :
> > if screen.inch(x,y) == 'F'
> > but this method doesn't seem work,
Jimmy wrote:
> hi, all
> I attempt to use the function inch() to get the character at the
> current position, and compare it with a particular character like :
> if screen.inch(x,y) == 'F'
> but this method doesn't seem work, can anyone tell me the reason and
> how to corrent it
> thanks
>
The rea