how can i specify the length of strings to be put in an array??
for example if i have array[100]
i want to fill each position in the array with a string of exactly 30 spaces
for example if i have array[100]
i want to fill each position in the array with a string of exactly 30 spaces
Comment