G
Guest
In VB6 you could use the format function to format strings using the @ and !
symbols. for example format("LEE", "!@@@@@@@@") would left align the string
"LEE" to the number of spaces allowed in the repeatings @'s. Has this
functionality disappeared in the format function for .NET, if so where has it
gone?
symbols. for example format("LEE", "!@@@@@@@@") would left align the string
"LEE" to the number of spaces allowed in the repeatings @'s. Has this
functionality disappeared in the format function for .NET, if so where has it
gone?