Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is this a Bug?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00812190
Message ID:
00812371
Views:
15
Simon,

Once you have it in a memvar VFP is not going to treat it like a comment, I'm not sure what sorts of code you are having to change to handle it.
create cursor x1 ( c1 c(10) )
for i = 1 to 10
   insert into x1 values ( transform(i) + iif( i % 2 = 0, "&" + "&", "" ) )
endfor

lcX = "&" + "&"

* select rows with && in them

select * ;
   from x1 ;
   where lcX $ c1
>I will have to find a work around so I can analyze the data that contains several of these strings in the unique ID field. It has sure played havoc with trying to use the Set Key To command in child table data when the parent ID ends in "&&".
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform