I need to delete lines 80, 81 and 82. In the end this file should look like this
78. blah
79. last line
80.
81.
82.
I am really not understanding where to place this function or how to call it. I am using file open for some other actions so do I place this call after fileopen? I've tried many things and I feel am getting no where. Can someone please help point out to me how to do what it is I am trying to do?78. blah
79. last line
Also I searched the forums and help files but no real good examples exist on how exactly this function could be used in a real world scenario. Also, I cannot pinpoint the last word found in the file because it could be anything. Also, I am not trying to replace a word or character but am trying to simply clean up the end of the file.
Can someone help me out. Thank you for understanding and for your time.