#
#                 3rd Party additional code
#                 =========================
#  Update this file for each code you add in the 3rdParty directory.
#
#             Copyright Mohsen Alshayef 04/02/1997
#          ==========================================
#
#  The identifier tokens are:
#  routine, menu, msg, author, and version
#  each identfier should be terminated by a colon, like a message file.
#  The description of each identifier is as follows:
#
#  path   : followed by the filename. The file contains the code.
#  menu   : followed by a string to disply in the 3rd party options menu.
#  msg    : followed by flags comma separated as follows:
#           RUN="Code"   means code loaded into memory and called by BASIC USR
#           RUN="App"    means code is application run by "Wimp_StartTask"
#           WHEN="Last"  means code called as last option
#           WHEN="First" means code called as first option
#
#           'RUN' flag must be set to a valid value.
#           If 'WHEN' flag is not given then "Last" is assumed.
#           
#  author : The name of the author. Max length 25 chars
#  version: The version and date. Max length 18 chars
#
#
# Remember *** ALL entries are a MUST and must be completed ****
#          This file is very very sensitive.


path:     <StrongBS$3rdParty>.DavidSharp.TRUE>>>1.Code
menu:     Reduce &7FFFFFFF to TRUE>>>1
msg:      RUN="Code",WHEN="Last"
author:   David Sharp
version:  1.20 (11/04/1997)


path:     <StrongBS$3rdParty>.DavidSharp.Right.Code
menu:     RIGHT$(expression,1) reduction
msg:      RUN="Code",WHEN="Last"
author:   David Sharp & Mohsen Alshayef
version:  1.10 (09/04/1997)


