/* ******************************************************************************
                          MULTI-EDIT MACRO FILE

Name       : CONVERT

Description: This macro file contains routines to convert data into
             other quantities, like hex to dec, etc.

Param      : /RS=startradix:number:endradix, if not set then read from source

ToDo       : CONVERTBASE  - Change value string into new radix

10-Feb-2006
Wrote this for ME6 and tested it on MEW2006. still working

                    (C) Copyright 1997 by Lars Van Jeurissen
****************************************************************************** */

prototype CONVERT {
        str ConvertBase ( str radixStr );
}


