strfill
strfill
strfill(larg, strbase)
Crea una stringa larga <larg> ripetendo la stringa <strbase> fino ad occupare la larghezza data.
strfill(5, 'ab') - ritorna
"ababa"
Created with the Personal Edition of HelpNDoc: Easy Qt Help documentation editor