home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1996 August
/
VPR9608A.BIN
/
del20try
/
install
/
data.z
/
VARTOINT.DPR
< prev
next >
Wrap
Text File
|
1996-05-08
|
177b
|
13 lines
program VarToInt;
uses
Forms,
Main in 'Main.pas' {OleWordForm};
{$R *.RES}
begin
Application.CreateForm(TOleWordForm, OleWordForm);
Application.Run;
end.