miscFuntionc include a funtion to write in a TXT file elements from a list.
This module will have general use functions that will give support to other modules.
escribe_linea(file, lista): ''' procedure to write elements from a list in a open text file. Each element will be in a new line. Procedure will add a line jump at the end. Input: file: var containing open file lista: list Oputput: none '''