[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Last


Purpose   Extracts the last part of a string.

Decln.    Last(Count:byte; Str:string):string;

Returns   String

Remarks   Count is the number of characters to extract.
          Str is the source string.

Example

VAR
  TTT : STRING;
BEGIN
    TTT := LAST(11,'NEVER TAKE DRUGS!');
END;

 The string TTT is assigned the value "Take Drugs!".

See Also: First
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson