-1
all right?
I need to generate a txt file with a default format as below:
D00000002 200014002154129 $9997 7720 0000 0012 * 12/19 *CLARICE LISPECTOR *0014-00 215412-9 * %B9997772000000012^CLARICE LISPECTOR
There will be several lines and they will all have to have the same size and space between the data. What is the best way to generate these spaces (need to be space itself, as a blank character) and ensure that the file is ok?
Thank you.
define what exactly you mean by the same size and same space
– Leandro Angelo
Perhaps it is better to put in your question the size and format of each of the elements.
– João Martins