Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I have created a dlgbox application

Status
Not open for further replies.

jayjay60

Programmer
Jun 19, 2001
97
FR
I have created a dlgbox application, where the user could put a string like "1Y", and i need to catch values which are kept in the field named "1Y". So, is the method Find, which the best or not?

thanks in advance

jayjay
 
string x="fhaoghgoh1Yssdvbdvbb";
i=x.find("1Y");

I think in MFC also exst such possibility. John Fill
1c.bmp


ivfmd@mail.md
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top