Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field search - atc
Message
 
 
To
22/07/2002 12:33:44
Frank Mundo
WindowDressers, Inc.
Maine, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00681208
Message ID:
00681212
Views:
23
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform