Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where do I send VFP bugs to?
Message
 
To
24/06/2001 22:56:05
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00522896
Message ID:
00522932
Views:
8
Hi Doug,

Looks to me like it breaks for memo fields too:
create cursor temp(a M, b M)
a = repl('Q', 200) + repl('A', 200) + repl('Q', 200) + repl('Q', 200)
b = repl('Q', 300)  
insert into temp values (m.a, m.b)
? atc(temp.b, temp.a) && returns 0 - Buh-Bough (Family Fued reference)
repl b with repl('Q', 200)
? atc(temp.b, temp.a) && returns 1 - correct
repl b with repl('Q', 220)
? atc(temp.b, temp.a) && returns 401 - correct
Cheers,

Andrew

>Steve,
>
[snip]
>
>It works for memo fields but the example given was a string, not a memo field. Check it out.


If we were to introduce Visual FoxBase+, would we be able to work from the dotNet Prompt?


From Top 22 Developer Responses to defects in Software
2. "It’s not a bug, it’s a feature."
1. "I thought I fixed that."


All my FoxTalk and other articles are available on my web site.


Unless specifically identified otherwise, anthing posted here is purely my opinion and may or may not reflect the policies or practices of Microsoft.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform