ScriptEvent:strMid

From Mod Wiki
Revision as of 18:16, 5 November 2007 by Wizz (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.