Author: Crooks, David L.
Posted: 2004-06-04 at 09:27:58
Are you using VFP8?
-----Original Message-----
From: profox-bounces@leafe.com [mailto:profox-bounces@leafe.com] On Behalf
Of vfpmcp@mbsoftwaresolutions.com
Sent: Friday, June 04, 2004 10:24 AM
To: profox@leafe.com
Subject: Re: Why does this #IF not work?
Andy,
I get both:
run
run
??????
--Michael
------------------------------------------------
On Fri, 4 Jun 2004 15:04:13 +0100, "Andy Davies"
<a.davies@notes.manchester.gov.uk> wrote:
>
> in vfp7 (in the command window):
>
> #if val(left(VERSION(4),2)) > 6
> ?'run' && run
> #endif
> #if val(left(VERSION(4),2)) > 7
> ?'run' &&
> #endif