27 lines
1.1 KiB
Brainfuck
Executable File
27 lines
1.1 KiB
Brainfuck
Executable File
*******************************************************************************
|
|
*
|
|
* New System Admin - This routine creates a box on the screen which
|
|
* allows the user to page through a large data structure, and
|
|
* select an entry.
|
|
*
|
|
* Module %M% Version %I% Date %H%
|
|
*
|
|
* (c) Copyright 1998 Ardent Software Inc. - All Rights Reserved
|
|
* This is unpublished proprietary source code of Ardent Software Inc.
|
|
* The copyright notice above does not evidence any actual or intended
|
|
* publication of such source code.
|
|
*
|
|
*******************************************************************************
|
|
*
|
|
* Maintenence log - insert most recent change descriptions at top
|
|
*
|
|
* Date.... GTAR# WHO Description.........................................
|
|
* 10/14/98 23801 SAP Change copyrights.
|
|
* 12/07/90 7673 DTM Changed routine to call SORT.BOX.B
|
|
* 11/05/90 7393 DPB Routine first created and admin'd.
|
|
*******************************************************************************
|
|
|
|
SUBROUTINE LIST.BOX.B(title,sl,nl,ar,ar.c,v.c,sel.val,option)
|
|
CALL *SORT.BOX.B(title,sl,nl,ar,ar.c,v.c,sel.val,option,0)
|
|
END
|