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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top