Editors > Screen Editor Reference > Screen Editor Commands > U - Undo

Comment on this topic

Documentation Comments

Use this form to comment on this topic. You can also provide any general observations about the Online Documentation, or request that additional information be added in a future release.

RealityV15.1Online Documentation (MoTW) Revision 7

U - Undo (Screen Editor) (m618603+u.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

U - Undo

Recovers the item as it was prior to the last executed command.

Command

U

Action

The Undo command allows you to cancel the last command that changed the item.  The Status/Command Line prompts:

UNDO last change?:N

Press Y to execute the Undo command.

Press N or press RETURN to cancel the Undo command.

Example

00022 PRINT (10,10)TEXT

Note the current cursor position. Assume that you want to insert a colon (:) at the cursor position to give proper syntax to the DataBasic statement. You forget that you are not in Insert Mode and type a colon.  A colon is the Truncate Line command, and the line is now:

00022 PRINT (10,10)_

Press U. The Status/Command Line prompts:

UNDO last change?:N

Press Y.  The line is restored to the original as follows:

00022 PRINT (10,10)TEXT

RealityV15.1 (MoTW) Revision 7Comment on this topic