Skip to content

string_justify

Hyomoto edited this page Oct 18, 2020 · 4 revisions
Jump To Go Back Arguments Methods Variables

string_justify( string, spaces, alignment, *character )

Returns: string ("string")

string string_justify( string, spaces, alignment, *character )

// no example

Arguments

Name Type Purpose
string string the string to justify
spaces int the number of spaces to justify to
alignment int the alignment to use
*character string optional: the character to use for spacing
Clone this wiki locally