Hello all, can anyone help me with this please?
I have a table of data, something like,
Widgets £3.00
Gizmos £8.00
I would like to create a text file for each line on the table, so the first line would become a text file called 'widges.txt', and contain the string "widgets £3.00", the second line a file called 'Gizmos.txt' and contains "Gizmos £8.00".
I have used a module to get each line as a variable in a loop, but I can't work out any way of creating the text file from the module using the variables? Does anyone know how to do this bit please?
--
Steve Root
I have a table of data, something like,
Widgets £3.00
Gizmos £8.00
I would like to create a text file for each line on the table, so the first line would become a text file called 'widges.txt', and contain the string "widgets £3.00", the second line a file called 'Gizmos.txt' and contains "Gizmos £8.00".
I have used a module to get each line as a variable in a loop, but I can't work out any way of creating the text file from the module using the variables? Does anyone know how to do this bit please?
--
Steve Root