-
Notifications
You must be signed in to change notification settings - Fork 2
string_justify
Hyomoto edited this page Oct 18, 2020
·
4 revisions
| Jump To | Go Back |
Arguments | Methods | Variables |
|---|
Returns: string ("string")
string string_justify( string, spaces, alignment, *character )
// no example| 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 |
Devon Mullane 2020