Function "justifyL"

Summary

Adjusts a given string to the specified length, adding or removing characters on its left side - if no filler-string is specified, ' ' is used. Returns the modified string The function belongs to the group "Text".

The return type is text.

Allowed number of parameters are 3.


Parameters

Parameter Description
1 The string to justify
2 The new length
3 The filler-string