Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations LittleInch on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Up Arrow {History Display}

  • Thread starter Thread starter Bendek
  • Start date Start date
Status
Not open for further replies.
B

Bendek

Guest
Hi,
I have a problem as the up arrow key is not bringing up the last input I did in the command line. It is very useful to bring up one of the last typed distances you used.
 
Hi,

Change INPUTHISTORYMODE System Variable. It controls the content and location of the display of a history of user input and setting is stored as a bitcode using the sum of values like - 0 for no history of recent input is displayed, 1 for history of recent input is displayed at the command line or in a dynamic prompt tooltip with access through Up Arrow and Down Arrow keys, 2 - for history of recent input for the current command is displayed in the shortcut menu, 4 - for history of recent input for all commands in the current session is displayed in the shortcut menu and 8 - Markers for recent input of point locations are displayed in the drawing.
Hope this helps you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top