Difference between revisions of "ScriptEvent:strSkip"

From Mod Wiki
 
(No difference)

Latest revision as of 18:17, 5 November 2007

Parameters

string text -- The string to work on.
integer limit -- The maximum number of characters to strip.

Result

string

Supported By

sdSysCallThread

Comments

  • If there are not enough characters in the string, an empty string will be returned.

Functionality

Strips the leftmost characters from the input string, up to the limit specified, and returns the remaining string.