Ignore:
Timestamp:
Feb 26, 2013, 8:40:36 PM (11 years ago)
Author:
George Lilly
Message:

moving on

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fmts/trunk/p/C0XOTLN.m

    r1610 r1611  
    114114 ;
    115115LDBLNKS(st) ; extrinsic which removes leading blanks from a string
    116  n zr s zr=st
    117  f  q:$e(zr,1)'=" "  s zr=$e(zr,2,$l(zr))
    118  q zr
     116 n pos f pos=1:1:$l(st)  q:$e(st,pos)'=" "
     117 q $e(st,pos,$l(st))
    119118 ;
    120119VACCD ; set C0XJOB to the VA CCD
Note: See TracChangeset for help on using the changeset viewer.