ScriptEvent:strMid

From Mod Wiki

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.