[comp.lang.pascal] Pointers aside..

dragon@westfort.plain-city.oh.us (The Mystic) (07/19/89)

        In a program of mine in which I have need to use a great deal of 
record variables, some of which in previous times went over 64k per record 
alone, I am understandably running into the problem of how to get Turbo 5.0 to 
accept my Global Vars..(record types that is).. One suggestion given to me was 
to use the pointers, and many have lent a hand in explaining how I might go 
about that, but at a time in which I had allready written almost all of my 
code, thus causing a tad bit of a problem for me. (Seeing as how this is a 
project of my own, and not that of a job.... Erg..) Another suggestion was to 
pass the record variable from procedure to procedure.. No can do..   It all 
came down to my having to make the record vars GLOBAL, which was my problem in 
the first place.. Making the effort of passing them, a waste.. I tried it in 
many different fassions, but no go..  Anyone have any ideas?

                        Thanks
                                Jason