(Created page with "<seo title="Display Status Information | vEdit" description="Several vEdit commands simply display status information, similar to sinformation displayed in Status Display.">...")
 
(Other Resources)
 
Line 32: Line 32:
 
:Display the number of edit buffers (files) currently open.
 
:Display the number of edit buffers (files) currently open.
  
==Other Resources==
+
==Related Resources==
*[[Command_Line_Overview#Basic_Commands|Basic Commands]]
+
*[[Command_Line#Basic_Commands|Basic Commands]]
 
*[[Command Mode| Command Mode Overview]]
 
*[[Command Mode| Command Mode Overview]]
*[[Command Line Overview]]
+
*[[Command_Line|Command Line Overview]]

Latest revision as of 17:30, 20 February 2017


Several commands simply display status information. This is similar to the information displayed by clicking HELP then Status display.

Version / Ver
Display VEDIT's version number.
Name_Dir / ND
Display the current drive and directory.
Name_Read / NR
Display the name of the input (read) file.
Name_Write / NW
Display the name of the output (write) file.
Name_File / NF
Display the input and output file names.
Mem_Status / MSTAT
Display the number of bytes free in the current edit buffer, the number of bytes used, and the total number of bytes in all text registers.
Date
Display the current system date.
Time
Display the current system time.
Reg_Status / RSTAT
Display the total number of bytes in all text registers and the number of bytes in each text register.

vEdit has many other commands that return a numeric value for useful status information. For example, File_Size( ) returns the size of the current file; Cur_Line( ) returns the line number of the edit position (cursor).

.File_Size / .FSIZE
Display the size of the current file.
.Disk_Free / .DKF
Display the amount of free disk space.
.Buf_Total / .BT
Display the number of edit buffers (files) currently open.

Related Resources