Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Searching Delimited String
Message
From
11/07/2001 13:00:19
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Searching Delimited String
Miscellaneous
Thread ID:
00529244
Message ID:
00529244
Views:
56
I have a delimited string:

"1,2,3,4,5,6,7,8,9"

And at another time it is:

"2,3,4,5,6,7,8,9,10"

A view that is based on records matching the appropriate number found in the string (using IN condition) works great except when the number is "1" and then it will return True for both strings even though I want it to only return for the first one. No brainer; the "10" in the second one is causing this. It is a problem to manipulate the value being compared to the string (converting it to "01" for examle), so I was hoping someone had a simple way to still use "1" to compare and return True only in the first case. Thanks!

Regards, Renoir
Next
Reply
Map
View

Click here to load this message in the networking platform