Posted by Dave on September 03, 19100 at 00:13:38:
I need some help with programming in Turbo Pascal.
I didn't want my program to get too big so I created
a second file (UNIT) where I put a LOT of my variables
lets say: a:=1;
b:=2;
c:=3;
Now when I call those VARS from my original
file (PROGRAM) they can not be recognized :(
(I tried putting the names of all the VARS both in the
PROGRAM and the UNIT but it didn't help.)
All I want is for my PROGRAM to LOAD all the info(vars)
from other file.
I am really stuck with this problem for a long time
and I would really appreciate any help I can get :)
Thank You for reading my message.