Short: A program to list the useof vars/procs/labels Uploader: steeeeeev geocities com Type: dev/amos Architecture: m68k-amigaos The Amos Pro Browser Copyright 1996/7 by Steven Goodwin This program is a useful tool for the Amos, or Amos Pro, programmer. The browser creates a database of your program that knows every variable, procedure and label you've used. It also knows where it was used, how often, where the procedures were called from and when the variables are changed. This helps code management as it shows redundant code and variables, where globals are being changed (possibly corrupted) and what code can be optimised. This program is intended to work regardless of what extensions are used, and how complex the code is. It extends beyond the usual facilities provided by search, as the browser will differentiate between 'Print', 'Int' and variables called 'RIN', ignore text in quotes or segments of code hiding in comments and distinguish between local, global and shared variables using the same name! It also know the difference between strings, arrays, real and integer variables! De-archiving: lha x Browser.lha This will create a directory (named 'Browser') and de-archive the following files into it: Browser Browser.info AWE Information AWE Information.info Manual Manual.info Example.asc ppmore If any of the files mentioned above are not included, then delete this archive and request a complete one. If a text file fails to appear, make sure you have 'locale.library' in libs: and the 'ppmore' file is in your path (preferably in c:).