User:Cory Fimicoloud/LSLFunction

From Second Life Wiki
Jump to navigation Jump to search

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