home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mega Top 1
/
os2_top1.zip
/
os2_top1
/
DOS_GG
/
COMCAT
/
VOL30.ARJ
/
VOL3002
next >
Wrap
Text File
|
1992-01-21
|
5KB
|
105 lines
Programmatheek volume 3002
Nummer Naam Maat Datum Kommentaar
3002.01 ASTPORT PAS 3099 18-09-85 Clock access on AST MegaPLus Board.
3002.02 ASYNCH PAS 12544 6-11-85 Asynch Functions.
3002.03 CALYR DOC 1641 17-09-85 Documentation of Calendyr.
3002.04 CALYR PAS 6698 17-09-85 Calendar program.
CATALOG 002 3167 17-09-88 This list
3002.05 DIR PAS 1024 6-11-85 Extract and print MSDos directories.
3002.06 DIRSRCH PAS 4736 6-11-85 Searches directory for matched file name.
3002.07 GETCHAR PAS 2304 6-11-85 Buffered keyboard routine.
3002.08 GETDOW INC 1152 7-11-85 Include of Getdow.
3002.09 GETDOW PAS 896 7-11-85 Get day of week.
3002.10 HANGMAN PAS 16634 6-11-85 Game of Hangman
3002.11 HANGMAN1 DAT 384 6-11-85 ^ Datafile.
3002.12 HANGMAN2 DAT 384 6-11-85 ^ Datafile.
3002.13 HANGMAN3 DAT 512 6-11-85 ^ Datafile.
3002.14 HANGMAN4 DAT 512 6-11-85 ^ Datafile.
3002.15 HANGMAN5 DAT 640 6-11-85 ^ Datafile.
3002.16 INKEY INC 1152 7-11-85 Equivalent of Basic's INKEY$ function.
3002.17 JFYDIR PAS 2688 6-11-85 Demo to call BDOS routines in TurboPascal.
3002.18 MINMAX PAS 7129 23-05-86 Find minimum of two integers.
3002.19 MODEM PAS 17408 6-11-85 Modem program.
3002.20 PIBLIST PAS 11939 23-05-86 Ascii file listing program.
3002.21 PIBLIST DOC 32081 23-05-86 Piblist Documentation.
3002.22 CLEARBUF PAS 1324 23-05-86 Include of Piblist.
3002.23 CLEARSCR PAS 1423 23-05-86 Include of Piblist.
3002.24 DISPLAYM PAS 3582 23-05-86 Include of Piblist.
3002.25 DISPLAYS PAS 7240 23-05-86 Include of Piblist.
3002.26 FIND PAS 13411 23-05-86 Include of Piblist.
3002.27 FORMATLI PAS 4501 23-05-86 Include of Piblist.
3002.28 GLOBTYPE PAS 611 23-05-86 Globals of Piblist.
3002.29 INIT PAS 12176 23-05-86 Include of Piblist.
3002.30 ISSUEPRO PAS 2561 23-05-86 Include of Piblist.
3002.31 NUMBER PAS 2390 23-05-86 Include of Piblist.
3002.32 POSITION PAS 6660 23-05-86 Include of Piblist.
3002.33 PROMPT PAS 4109 23-05-86 Include of Piblist.
3002.34 READCOMM PAS 6029 23-05-86 Include of Piblist.
3002.35 READLINE PAS 5058 23-05-86 Include of Piblist.
3002.36 READLNF PAS 2766 23-05-86 Include of Piblist.
3002.37 RESETF PAS 1652 23-05-86 Include of Piblist.
3002.38 SCREENLO PAS 3624 23-05-86 Include of Piblist.
3002.39 SETCOLOR PAS 4170 23-05-86 Include of Piblist.
3002.40 SKIPBL PAS 1625 23-05-86 Include of Piblist.
3002.41 SKIPS PAS 6016 23-05-86 Include of Piblist.
3002.42 POWER INC 1664 7-11-85 Raise a float. point value to an int.
exponent.
3002.43 README DOC 2344 28-03-85 Short documentation of Piblist.
3002.44 STRING INC 21504 7-11-85 Collection of string functions.
3002.45 TIMEPAS PAS 3340 18-09-85 Timer program with AST board.
3002.46 TLU21 COM 21888 6-11-85 Library program.
3002.47 TLU21 DOC 2816 6-11-85 Documentation of TLu21.
3002.48 TURB-INC DOC 3200 7-11-85 Documentation of Inkey, Power & String.
3002.49 USEENV PAS 2621 18-09-85 Search environment for a target.
3002.50 UTILS PAS 10182 6-11-85 Screen & I/O routines.
VOL3002 ABS 1760 17-09-88 Volume abstract.
3002.51 WARDIAL PAS 34688 6-11-85 Modem program Version 1.1
3002.52 RCV_ASC PAS 2688 6-11-85 Include of Wardial.
3002.53 SEND_ASC PAS 1664 6-11-85 Include of Wardial.
3002.54 WARDIAL DTA 128 6-11-85 Data file.
56 File(s) 4096 bytes free
All the programs on this diskette are written in TurboPascal 3.0
PIBLIST
PIBLIST is a general-purpose utility program for displaying sequential ascii
text files to the PC's screen. PIBLIST is based upon John Norstad's LIST
program for VAX/VMS and the LISTxx programs of Vernon Buerg.
PIBLIST displays one screenful (or "window") of text at a time. A prompt called
the "paging prompt" is displayed at the bottom of each screen. Commands are
provided to position the viewing window both vertically and horizontally within
the file. Commands can be specified in either absolute or relative format,
and in terms of lines, screens, pages, or columns.
STRING.INC A collection of string routines to round out those
provided with Turbo. Available string functions:
LoCase (Char), LowerCase (string), UpperCase, TrimL, TrimR (Trim Left/Right),
PadL, PadR (Add leading or trailing spaces to give a desired field length).
JustL, JustR (Left/Right Justify a string within a desired field length).
Center (string), GetStr (Extracts a substring up to a delimiter).
Break (Extract a substring up to the first of several delimters).
Span (Extract a substring of delimiters up to a NON delimiter).
Available string procedures:
GString (Used by Span and Break functions with greater program control).
RealStr, RealVal (Convert a REAL to a string or back).
UTILS.PAS
Screen Control and Input/Output Utilities
ClearScreen, Colorsetting, GotoRowColumn, Wash portion of the screen;
Center, Frame, ClearWindow, Tab n, Linefeed n.
GetOneChar and user input, GetLowChar, Pause;
PauseQ for special Ctrl-C key;
Delay, GetInput with length and template;
WindowDisplay, IsAnInteger Test, Number check for nonumber input.