if len(stringa)< 20 then
l = 20 - len(stringa)
stringa = stringa + Space(l)
end if