Form Feed Character

Hello Experts:

I am using FPUTS to write text to a file. At the end of each page I need to insert Form Feed Character. How can I do this?

[146 byte] By [FoxProg9] at [2008-3-7]
# 1
Try adding CHR(12) as your FF character.
AlexFeldstein at 2007-9-8 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 2
Thanks Alex. Is there a reference somewhere for what different ANSI codes represent?
FoxProg9 at 2007-9-8 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...
# 3
I normally work them from memory but any decent ASCII table would show it.
Here's one I found through Google:
http://www.lookuptables.com/
AlexFeldstein at 2007-9-8 > top of Msdn Tech,Visual FoxPro,Visual FoxPro General...