User:Cory Fimicoloud/LSLFunction
< User:Cory Fimicoloud
Jump to navigation
Jump to search
Revision as of 13:21, 16 February 2009 by Cory Fimicoloud (talk | contribs)
{{{name}}}
Description
{{{desc}}}
Returns
{{{return}}}
Parameters
• string | input | – | The input string. | |
• integer | pad_length | – | If the value of pad_length is negative or less than the length of the input string, no padding takes place. | |
• string | pad_string | – | The string used to pad the input string. | |
• integer | pad_type | – | Optional argument pad_type can be STR_PAD_RIGHT, STR_PAD_LEFT, or STR_PAD_BOTH. If pad_type is not specified it is assumed to be STR_PAD_RIGHT. |
Notes
{{{notes}}}
Examples
{{{examples}}}