Search menu

Search menu

The Search menu provides tools for finding text in your program.

Find

Displays the Find window, where you can search the current program for a word or phrase.

Find Next

Finds the next single occurrence of the word or phrase after the cursor position.

Replace

Displays the Replace window, where you can search the current program for a word or phrase and replace it with another word or phrase.

Replace Next

Replaces the next single occurrence of the word or phrase after the cursor position.

Source Markers

This menu opens a submenu which you can use to manipulate Source Markers.

Go to Line Number

Opens a small requester which allows you to specify a line number to jump to in the Editor. This line number does not have to be a decimal number - you could specify an expression (which reduces to a numeric result) which can be specified using any Sinclair BASIC constructs, such as functions or variable names. For example, By setting variable "A" to 10, then typing "A" into the edit box, BasinC will evaluate the result as 10, and move the cursor to line 10.

Go to Error

Moves to the program line and statement that caused the last run-time error report.