Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Memo field search - atc
Message
From
22/07/2002 14:13:35
Frank Mundo
WindowDressers, Inc.
Maine, United States
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00681208
Message ID:
00681285
Views:
21
>>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 )
Sergey,
Works like a charm. Many thanks.
Frank
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform