NO

Author Topic: inserting ascii control codes in source files.  (Read 2605 times)

bobbyculpepper

  • Guest
inserting ascii control codes in source files.
« on: October 07, 2013, 06:21:29 AM »
I would like to insert form feed characters into my source files so when I print out the modules I can start functions on new pages.   My code is heavily documented and I would also like to use color in my printouts.   I still use binders and save printouts of my code.  Does anyone know how to insert ASCII control codes into source files?

Offline TimoVJL

  • Global Moderator
  • Member
  • *****
  • Posts: 2091
Re: inserting ascii control codes in source files.
« Reply #1 on: October 07, 2013, 07:56:55 AM »
I would like to insert form feed characters into my source files so when I print out the modules I can start functions on new pages.
  Does anyone know how to insert ASCII control codes into source files?
First from menu Tools -> Options -> Source -> General check Accept control characters
Then Ctrl + L
(or from numeric keyboard Alt + 012)

My code is heavily documented and I would also like to use color in my printouts.
You can use Export 1.1 Add-In to make PDF or RTF and print it.
(Export.dll special version Export_1.1_WS.zip support FF too)
« Last Edit: October 09, 2013, 07:16:45 AM by timovjl »
May the source be with you