Internet Direct (Indy)
Home
PreviousUpNext
RightStr Function
Pascal
function RightStr(
    const AStr: String; 
    Len: Integer
): String;
Parameters 
Description 
AStr 
The value to be examined.
 
Len 
The number of characters to be returned. 

String - The right-most part of the string.

RightStr is a String function used to return to the right-most portion of the string AStr consisting of the number of characters in Len. When Len is larger than the length of the string or Len is 0, the unmodified value of the string is returned.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.