How to just include a file and leave it alone!

Started by Chris Cullen, May 13, 2005, 09:56:20 AM

Previous topic - Next topic

Chris Cullen

Hi Paul

I am just doing some ADO stuff and I am using the ADO file created by the PB Browser (long story but I do not want to use the FF_ADO stuff for the moment)

Anyway, some of the generated code from the browser is right on the line length limit of PB.  So, when I include the file in my FF project, it adds 'moved to blah blah blah on the end of the line - making it too long!   :?

Is there a way to include the file 'as is' and juse leave it alone, or do I have to go and edit the whole program and shorten the longer lines?
:roll:

TechSupport

In any module or form just #Include the file. FireFly does not touch any files that are #include'd.

Chris Cullen

Duh!

I knew that really, I am lonley and just wanted someone to talk to! :o

I can't believe that I mistook another - totally unrelated error - to mean that the include file was not being loaded!

Sorry to waste your keyboard time!  :oops: