It happens that ajlowndes formulated :
> I have one of the Modules in my VBProject named "README". In it is
> just helpfile data (i.e. no code at all), which I copy and paste to an
> external notepad document when I roll out a new version. It includes
> instructions for install, use, changelog and known issues.
>
> To stop VB from trying to read this module content as code, I have to
> start each and every line with a '. However that is annoying when I
> am typing in new information, always trying to remember to place the '
> there.
>
> Instead, is there an option to change the module to non-code, or a
> command I can put at the start that says "Ignore everything after
> this"?
>
> Ta
Would something like this work for you...?
I do similar for some projects that get regular updates from the
client. I just put this directly into a readme.txt file that ships with
the update version and is opened with Notepad (or Wordpad if it's done
as readme.rtf) on first startup.
<FWIW>
The document contains all changes listed by each build#, with a "What's
New in this Release" section at the top. New data is always prepended
so it self-maintains as a crono log of the project changes/revisions.
--
Garry
Free usenet access at
http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc