Link to home
Start Free TrialLog in
Avatar of strongd
strongdFlag for United States of America

asked on

Looking at characters in a string

I am working on a program that reads an .ini file.  My .ini file looks something like this
BitRate=5333333
BandWidth=20
Path=C:\mydirectory\myfile.txt

I know how to read this into a variable, but I don't know how search for specific character.  I want to beable to search for the = sign, and when it comes across the = sign it will then get everything to the right of it.   I hope I explained this right.  I look all through the MSDN and could find anything on this....Thanks  

ASKER CERTIFIED SOLUTION
Avatar of newcumdb
newcumdb

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of strongd

ASKER

This will work.....thanks


Avatar of strongd

ASKER

This will work.....thanks