(*************************************************************)
(* *)
(* ASCII to PASCAL v1.50 *)
(* *)
(* This program converts an ASCII text file, *)
(* to a Turbo Pascal program format. *)
(* *)
(* GOTOXY(x_Axis, y_Axis); *)
(* WRITE( string ); *)
(* *)
(* NOTE: Character positions are maintained in conversion. *)
(* *)
(* Last modification: December 27, 1990 *)
(* Written by Guy McLoughlin. *)
(* *)
(*************************************************************)
"ASCII to PASCAL" v1.50
----------------------
This simple utility was written to convert ASCII text
(or screens) into a Pascal format.
Character positions are maintained in conversion.
For syntax, type: A2P ?
Packing List
------------
A2P DOC - This file.
A2P PAS - "ASCII to PASCAL" source.
ENTRFLNM INC - Include file to handle filename entry.
A2P EXE - "ASCII to PASCAL" converter utility.
This program is hereby released to the Public Domain.
The author promises nothing as to its performance, and
asks for nothing in return.
Guy Mclouglin
P.O. Box 519, Station A,
Toronto, Ontario
M5W 1E4
|