Dear Python hackers,

        I have a text file and the contents are like :

                            #(
                            #resultToExportToCurveDistDialog ' ->'
                            #off)

        like same structure many lines exists.
        My requirement is I want to find line where
"resultToExportCurveDistDialog" and other pattern exist. After that I need
to fetch the value of it. in above example value
        for "resultToExportCurveDistDialog" is  "off" how to move file
pointer to next line and fetch value as soon as i find my required patterns.
        Thank you in advance for the help.

-- 
-----------------------------------
Regards,

Shashidhar N.Paragonda
[email protected]
+919449073835
_______________________________________________
BangPypers mailing list
[email protected]
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to