bug in the dos32 version?
- Posted by "Keith B. Devens" <Keith83 at SPRYNET.COM> May 22, 1998
- 613 views
I made a (very) simple program to just collect data, like stuff that would be in an address book. Menu driven, and very basic. The problem is that after entering two records in, everything has an extra carriage return after it. I couldn't figure out why it was happening, and then I tried running the file with exw.exe and the problem went away, so I assume it's a bug in the Dos32 version. If this is a known bug, I'm sorry to bother you, but if you didn't know about it I'll be happy to send you the code. Also, is it just me, or are you supposed to access variables from inside a procedure that you want to be changed when you exit the procedure 'globally'? i.e. you don't put the variables in the parameter list? Thanks for your help. Keith