Does dataview.find support wildcards?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm trying to find the first record based on a string with wildcards.

Ex:
nº Name
0 John
1 Mary
2 Mariah
3 Mike

dataview.sort="name"
dataview.find("M*")

The above code do not work. Is there any way to do what I pretend to?
 
Back
Top