Page 1 of 1

Control Characters table missing chars

Posted: Fri Mar 18, 2005 4:01 pm
by toddmarshall2002
BS 08
HT 09
LF 10 (missing)
VT 11
FF 12
CR 13 (missing)

How come you're missing LF and CR??? gave me a start as I'm still bit banging. and using your table as my reference, and I did pay the reg fee.
oh,well.
Todd.

Posted: Fri Mar 18, 2005 4:14 pm
by ben_josephs
LF and CR are entered by pressing the Enter or Return key. Exactly which character(s) are entered depends on the file type: PC (CR,LF), Unix (LF) or Mac (CR). For text files (TextPad is a text editor) it would be inappropriate to enter a line-ending character inconsistent with the file's format, so the means of doing so aren't provided.