I am a powerbuilder programmer and currently we are migrating our PB application to java.
In PB we have a function called fill()
EG:
Fill("*", 35)
This statement returns a string whose value is 35 stars:
is there any function like this available in java?