Howto do this in .NET
In Visual Basic 6 i use to build fixed string with the string command.
Just enter the number of characters and the characted to fill with.
I need this function in a VB.NET Application, but it seems like this function is not available anymore.
Is there an other function that replaces this one?
Greets Nightmare :)
