User:Cory Fimicoloud/LSLFunction: Difference between revisions

From Second Life Wiki
Jump to navigation Jump to search
m 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...
(No difference)

Revision as of 14:08, 16 February 2009

{{{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}}}