Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Memo field search - atc
Message
 
 
À
22/07/2002 12:33:44
Frank Mundo
WindowDressers, Inc.
Maine, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00681208
Message ID:
00681212
Vues:
22
>I need to seach for binary information contained in a memo field. What I am looking for is '63770C' (seen with Hexviewer). I don't believe I can use ATC for this. Any suggestions?
>Frank

You shouldn't use ATC() function on binary data. Try
? AT( CHR(0x63) + CHR(0x77) + CHR(0x0C), mymemo )
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform