Icon GetString Method

function GetString(Index: Integer; Count: Integer): String

Available In: Client and Server Applications

Use this method to retrieve a string containing the specified count of characters from the specified index in the string. If the index plus the count of characters is greater than the total number of characters in the string, then the length of the resultant string will be less than the count that is specified.
Image