Difference between revisions of "ScriptEvent:strMid"

From Mod Wiki
 
(No difference)

Latest revision as of 18:16, 5 November 2007

Parameters

string text -- The string to work on.
integer start -- The index of the first character to include.
integer count -- The number of characters to include

Result

string

Supported By

sdSysCallThread

Comments

  • If start is past the end of the string, an empty string will be returned.

Functionality

Returns an arbitrary section from a given string.