I’am searching for a string function wich filled up the string to the left side.
problem:
I need a string with fixed lenght a.e. string[10]. A.e. i have an input string with 5 character [a b c d e]. Now i will automaticly filled up ist with [x x x x x a b c d e]. The x schould be blanks. I search an function witch can do this dynamicly. The lenght of the input string can i find out with the function brsstrlen. But for the filling up with blanks ich have no idea.
Have somebody done such function or an idea to solve this problem?