Home >Development Tools >notepad >How to display which column in notepad
Notepad is a code editor or a small program in WINDOWS. It is used for text editing. It is equivalent to Windows WordPad in terms of text editing. It is an open source, compact and free plain text editor. Let me introduce to you how to display the columns in notepad.
Recommended tutorial: Notepad graphic tutorial
## In fact, Notepad does not have the function of displaying the number of columns, but in After opening the file. There is a related display at the bottom of the window. length is the length. lines is the number of lines. Ln is also the number of rows. Col is the number of columns.The above is the detailed content of How to display which column in notepad. For more information, please follow other related articles on the PHP Chinese website!