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
Print Page as PDF
Routine: XLFUTL

Package: Kernel

Routine: XLFUTL


Information

XLFUTL ;SFISC/RWF - Library Function, Check digit ;6/29/94 14:04

Source Information

Source file <XLFUTL.m>

Entry Points

Name Comments DBIA/ICR reference
CCD(%X) ; Compute check digit and append to number
  • ICR #2622
    • Status: Active
    • Usage: Supported
    VCD(%X) ; -- Verify check digit (last digit)
    ; -- Pass X = integer with check digit appended
    ; -- rtns 0 if check not valid or 1 if valid
  • ICR #2622
    • Status: Active
    • Usage: Supported
    QL(X) ;$QLENGTH OF GLOBAL STRING
    QS(X1,X2) ;$QSUBSCRIPT OF GLOBAL STRING
    BASE(%X1,%X2,%X3) ;Convert %X1 from %X2 base to %X3 base
  • ICR #2622
    • Status: Active
    • Usage: Supported
    DEC(N,B) ;Cnv N from B to 10
  • ICR #2622
    • Status: Active
    • Usage: Supported
    CNV(N,B) ;Cnv N from 10 to B
  • ICR #2622
    • Status: Active
    • Usage: Supported
    Info |  Source |  Entry Points