I couldn't find any info in this forum, the search is very slow at this time.
How do I pad a string? I couldn't find any function that would do this. For instance, if I'm expecting a string of 10 characters, I want to convert (add spaces to) anything that's less than that to be exactly 10 characters.
Example: "ABC" -> "ABC ".
Thank you!
How do I pad a string? I couldn't find any function that would do this. For instance, if I'm expecting a string of 10 characters, I want to convert (add spaces to) anything that's less than that to be exactly 10 characters.
Example: "ABC" -> "ABC ".
Thank you!