View Single Post
  #7  
Old 07-21-2002, 05:20 AM
donfi
Sarnak
 
Join Date: Jul 2002
Posts: 45
Default

I am a programer and technition. When something does not work I begin troubleshooting. Sometimes eliminating blank lines like

anything=

does make things work because the code was removed but no changes made in the config file. That can screw up the read routines by leaving unexpected things in the buffer. It is just one part of my routine.

When messing in territory that is new and I have not experimented for 3 months to a year on, or when using a new version I always make back-up copies of the original files.

If you do it safe ie make backups it is not necc. a bad thing just a learning exp.
Reply With Quote