HTBasic Help
×
Menu
Index

String Widget - Search

 
Set-Only Attribute. SEARCH searches from the current cursor position toward the end of the text for the specified string. The search is not case sensitive. That is, upper-case and lower-case characters are not viewed differently. For example, both "Now" and "now" would be found.
 
When a match is found, the view panel is positioned to the match. The match is highlighted and it becomes the current selection. If no match is found, Error 59: End of file or buffer found is generated.