User:Cory Fimicoloud/LSLFunction
< User:Cory Fimicoloud
Jump to navigation
Jump to search
Revision as of 13:08, 16 February 2009 by Cory Fimicoloud (talk | contribs) (New page: =={{{name}}}== <div id="box"> <div style="padding: 0.5em;"> <div style="border:1px solid #AAAAAA; margin-bottom:10px;"> <div style="background-color:#F4F8FB; border-bottom:1px do...)
{{{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}}}