Topic Path: Symbol Reference > Functions > RightStr Function
ContentsIndexHome
PreviousUpNext
RightStr Function
File
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.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.