pad Interface

private interface pad

adds a number X of spaces to the left of a “string” whcih is just a collection of characters. Mostly used for nice printing

Usage: var = pad(“hello”, n_spaces)


Module Procedures

private interface pad()

adds a number X of spaces to the left of a “string” whcih is just a collection of characters. Mostly used for nice printing

Read more…

Arguments

None