Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: XLFMSMT

Package: Kernel

Routine: XLFMSMT


Information

XLFMSMT ;SLC,SF/MH,RWF - Callable functions for conversions in measurement ;04/09/2002 09:02

Source Information

Source file <XLFMSMT.m>

Entry Points

Name Comments DBIA/ICR reference
WEIGHT(VAL,FROM,TO) ;;Convert weight between metric and U.S. weights
  • ICR #3175
    • Status: Withdrawn
    • Usage: Supported
    LENGTH(VAL,FROM,TO) ;;Convert length between metric and U.S. length
  • ICR #3175
    • Status: Withdrawn
    • Usage: Supported
    VOLUME(VAL,FROM,TO) ;;Convert volume between metric and U.S. volume
  • ICR #3175
    • Status: Withdrawn
    • Usage: Supported
    BSA(%HT,%WT) ;;Return Body Surface Area using Dubois formula
  • ICR #3175
    • Status: Withdrawn
    • Usage: Supported
    TEMP(VAL,FROM,TO) ;;Convert metric temperature to U.S. temperature
  • ICR #3175
    • Status: Withdrawn
    • Usage: Supported
    VAL(X) ;
    UPCASE(X) ;

    Interaction Calls

    Name Line Occurrences
    Function Call: WRITE
    • Prompt: !,VAL
    • Line Location: XLFMSMT+3
    Function Call: WRITE
    • Prompt: !!
    • Line Location: XLFMSMT+4
    Function Call: WRITE
    • Prompt: $$WEIGHT(12,"LB","G")
    • Line Location: WEIGHT+5
    Function Call: WRITE
    • Prompt: $$LENGTH(12,"IN","CM")
    • Line Location: LENGTH+5
    Function Call: WRITE
    • Prompt: $$VOLUME(12,"CF","ML")
    • Line Location: VOLUME+6
    Info |  Source |  Entry Points |  Interaction Calls