Find window

Find window

The Find window is available from the Search menu.

The Find window

This window allows you to search for text within your program. It works in a similar way to other text editor's Find… dialogs, but has some useful behaviours pertinent to Sinclair BASIC.

You can type the text you wish to search for into the edit field at the top of the dialog, and set options for the search:

Because BasinC has the ability to evaluate Sinclair BASIC expressions independently from the main emulation, the text can be flagged as an expression rather than just a string of characters to be searched for. If you set the "Expression" checkbox, then BasinC will evaluate the search text as an expression, and use the result as the text to search for - for example, if A$ is set to "Hello" then entering "A$" as the search text and then checking the "Expression" box will set BasinC to search your program for the string "Hello".

Lastly, you can use the "Case Sensitive" checkbox to search for an exact match of your text, including capital or lowercase letters, or to search regardless of letter case.