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

Description ​

Returns the n-th first characters of the string

Arguments ​

string - The string
number - The number of characters to get

Returns ​

string - The n-th first characters