★ APPLICATIONS ★ DIVERS ★ SEARCH ROUTINES (POPULAR COMPUTING WEEKLY) ★![]() |
| Search Routines (Popular Computing Weekly) | Applications Divers |
This routine will search through any Basic program and find any variable or text specified, displaying the program lines where it occurs. After running and correcting any errors in the program you will now have two new commands. a$="string": |Tsearch , @a$ will find the text specified which could be part of a variable or contained within a Print or Rem statement. a$="string": |Vsearch , @a$ will find the variable specified. The ! , $ , % specifiers should always be omitted. Finally, note that you must press a key before each line number is revealed. Popular Computing Weekly
|