'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Script Name: Project.Who ' Script description: Author information outputted to message box. ' Usage: as item in menu list ' Author: Tom Kralidis ' Created: 28-Sep-1999 ' Changes: ' ' Author Date Changes ' T. Kralidis 28-Sep-1999 Initial Implementation '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' MsgBox.Info("By: Tom Kralidis - Systems Programmer" +NL+"Canada Centre for Remote Sensing"+NL+NL+ "email: tom.kralidis@ccrs.nrcan.gc.ca"+NL+ "website: http://www.nrcan.gc.ca/~tkralidi/Default.htm", "Programmer Info")