Unit 'bbutils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_internettools]

arrayLast

Declaration

Source position: bbutilsh.inc line 54

function arrayLast(

  a: array of string

):string; overload;

function arrayLast(

  a: array of string;

  const default: string

):string; overload;

function arrayLast(

  a: array of LongInt

):LongInt; overload;

function arrayLast(

  a: array of LongInt;

  const default: LongInt

):LongInt; overload;

function arrayLast(

  a: array of LongWord

):LongWord; overload;

function arrayLast(

  a: array of LongWord;

  const default: LongWord

):LongWord; overload;

function arrayLast(

  a: array of Int64

):Int64; overload;

function arrayLast(

  a: array of Int64;

  const default: Int64

):Int64; overload;

function arrayLast(

  a: array of float

):float; overload;

function arrayLast(

  a: array of float;

  const default: float

):float; overload;



CT Web help

CodeTyphon Studio