a subroutine that creates a file with a given name and outputs the contents of a array to given named file
It should be called in the following way:
&WriteToFile(`` suppliers.txt'' , @suppliers); where `@suppliers' contains all the ``name: number'' combinations for
the suppliers, and ``suppliers.txt '' is the name of the file to create.
need help on this one !!!...