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: TIULS

Package: Text Integration Utility

Routine: TIULS


Information

TIULS ; SLC/JER - String Library functions ;10/7/94 17:18 [1/5/04 11:29am]

Source Information

Source file <TIULS.m>

Entry Points

Name Comments DBIA/ICR reference
TIME(X,FMT) ; Recieves X as 2910419.01 and FMT=Return Format of time (HH:MM:SS).
DATE(X,FMT) ; Call with X=2910419.01 and FMT=Return Format of date ("MM/DD")
QDATE
NAME(X,FMT) ; Call with X="LAST,FIRST MI", FMT=Return Format ("LAST, FI")
NAMEX
INAME(X) ; Call with X="FIRST MI[.] LAST[,M.D.]", RETURNS "LAST,FIRST MI"
INAMEX
WORD(X,FMT) ; Call with X=Word Processing array root, FMT=Wrap Width
UPPER(X) ; Convert lower case X to UPPER CASE
LOWER(X) ; Convert UPPER CASE X to lower case
MIXED(X) ; Return Mixed Case X
STRIP(TEXT) ; Strips white space from text
SIGNAME(TIUDA) ; Get/Return Signature Block Printed Name
SIGTITL(TIUDA) ; Get/Return Signature Block Printed Name
CENTER(X) ; Center X
URGENCY(X) ; Input transform for urgency codes
FILL(X,Y,LEN) ; Append ", "_X to Y, unless Y would excede LEN
PARSE(X,Y) ; Parse string X, return array Y with list of words from X
HASNUM(X) ; Boolean - evaluates whether X contains a number
WRAP(TEXT,LENGTH) ; Breaks text string into substrings of length LENGTH
Info |  Source |  Entry Points