Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.17 KB

go-to-command.md

File metadata and controls

48 lines (37 loc) · 1.17 KB
title description ms.date ms.topic f1_keywords helpviewer_keywords author ms.author manager ms.subservice
Go To Command
Learn about the Go To command and how it moves the cursor to the specified line.
11/04/2016
reference
edit.goto
Debug.Goto command
Go To command
Mikejo5000
mikejo
mijacobs
general-ide

Go To Command

Moves the cursor to the specified line.

Syntax

Edit.GoTo [linenumber]

Arguments

linenumber
Optional. An integer representing the number of the line to go to.

Remarks

The line numbering begins at one. If the value of linenumber is less than one, the first line displays. If the value of linenumber is greater than the number of the last line, the last line displays.

If a value for linenumber is not specified, the Go To Line dialog box displays.

The alias for this command is GoToLn.

Example

>Edit.GoTo 125

See also