Message 1 of 8
Filtering SSet for XData problem
Not applicable
01-31-2004
03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Here's what I can't figure out - how do I filter SSet for, say, partial
string "*John*" if I have an XData structure like this:
Type: 1001 Data: "MYAPP"
Type: 1002 Data: "{"
Type: 1000 Data: "John"
Type: 1000 Data: "Wayne"
Type: 1002 Data: "}"
I tried with SelSet filters:
DataType(0) = 1001: DataString(0) = "MYAPP"
DataType(1) = 1000: DataString(1) = "*John*"
but it doesn't work. Many thanks for any tip regarding the problem.
Maksim Sestic