Delphi Programming

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

7 June 2017

13 August 2008

  • curprev 20:2520:25, 13 August 2008 Nmanca talk contribs 753 bytes +753 New page: <PRE> function TSplitList.inc_search(const Val: TDataType; var i, j: longint): longint; begin repeat result:= (i+j) shr 1; tmp_dat:= Val -ary_data[result]; if tmp_dat = 0 the...