New Page Character

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • David Angelovich

    New Page Character

    Hi

    I need to output a new page character using the PrintWriter
    (java.io.PrintW riter) but I don't now what character to use....

    Form feed (\f) characters seem to do nothing....

    Is there another way to do this?

    - David


  • nos

    #2
    Re: New Page Character

    did you try ctrl/L

    "David Angelovich" <dangelovich@ho tmail.com> wrote in message
    news:406234fd$0 $3953$afc38c87@ news.optusnet.c om.au...[color=blue]
    > Hi
    >
    > I need to output a new page character using the PrintWriter
    > (java.io.PrintW riter) but I don't now what character to use....
    >
    > Form feed (\f) characters seem to do nothing....
    >
    > Is there another way to do this?
    >
    > - David
    >
    >[/color]


    Comment

    • David Angelovich

      #3
      Re: New Page Character

      I just realised it was puting the character in, but it wasn't being
      displayed....

      vi displayed it, so it's defintely in there...
      Thanks anyway.


      "nos" <nos@nospam.com > wrote in message news:Kpt8c.8708 7$Cb.1155582@at tbi_s51...[color=blue]
      > did you try ctrl/L
      >
      > "David Angelovich" <dangelovich@ho tmail.com> wrote in message
      > news:406234fd$0 $3953$afc38c87@ news.optusnet.c om.au...[color=green]
      > > Hi
      > >
      > > I need to output a new page character using the PrintWriter
      > > (java.io.PrintW riter) but I don't now what character to use....
      > >
      > > Form feed (\f) characters seem to do nothing....
      > >
      > > Is there another way to do this?
      > >
      > > - David
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...