Editors > Screen Editor Reference > Screen Editor Commands > J - Insert Character

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

J - Insert Character (Screen Editor) (m618603+j.htm)

To

Reality

Version

Topic

Submitted by

Company

Location

Email address

Comment

 

 

J - Insert Character

Inserts a single character immediately before the current cursor position.

Command

J

Action

Position the cursor at the desired position. Press J. The Status/Command Line prompts:

Enter a New Character

Type a character. The character is inserted in the position immediately before the current cursor position.

Example

00022 PRINT (10,10)TEXT

Note the current cursor position. Press J. Type a colon (:). The line now reads:

00022 PRINT (10,10):TEXT

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