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?
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?