i need to write into a txt a filed with:
first line
Nome (max lenght of string 50) &" " "& Cognome (max lenght of string 50)
second line
Indirizzo (max lenght of string 40) &" " "& Citta (max lenght of string 30)
ecc...
the rest of string are filled with space and to the and each line and Carriage return(cr+lf)
to the and:
Mario + 45 space Rossi + 45 space
Via Roma,2 + 31 space Napoli + 24 space
first line
Nome (max lenght of string 50) &" " "& Cognome (max lenght of string 50)
second line
Indirizzo (max lenght of string 40) &" " "& Citta (max lenght of string 30)
ecc...
the rest of string are filled with space and to the and each line and Carriage return(cr+lf)
to the and:
Mario + 45 space Rossi + 45 space
Via Roma,2 + 31 space Napoli + 24 space