String.Sub
Skip to content
mnscript
string String.Sub(string, number, number) 

Description ​

Returns a substring of from the start to end index

Arguments ​

string - The string
number - The start index
number - The end index

Returns ​

string - The substring