Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comparison != What have I missed?
Message
De
14/12/2012 14:08:17
Mike Yearwood
Toronto, Ontario, Canada
 
 
À
14/12/2012 10:09:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Divers
Thread ID:
01559575
Message ID:
01559690
Vues:
90
>OOPS - I think I have it figured out.

Hi Grady

Is it possible for you to a) provide a description in English of the problem and b) some sample data?

>
>
>----------------------------------------------------Previous message is below------------------------------------------------------
>
>>See http://www.berezniker.com/content/pages/visual-foxpro/string-comparison-vfp
>>
>>>I am making a coding error that I cannot see. The != comparison is not being caught by the program and duplicate records are being recorded.
>>>
>>>
>>>		SELECT indicators
>>>		SCAN
>>>			m.TheWord2 = ALLTRIM(LOWER(indicator))
>>>			m.sidenote2 = action && text from a field
>>>			IF m.TheWord2 $ lcTEXT AND m.TheWord2 != m.TheWord1 && The comparison of  m.TheWord2 != m.TheWord1  is not happening
>>>				SELECT MASTER
>>>				REPLACE indicator2 WITH m.sidenote2 
>>>				SELECT indicators
>>>				REPLACE hits WITH indicator.hits + 1
>>>				m.sidenote2 = ""
>>>			ENDIF
>>>		ENDSCAN
>>>
>>>
>>>What have I overlooked?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform