Changeset 283


Ignore:
Timestamp:
Nov 17, 2008, 8:55:40 PM (15 years ago)
Author:
Sam Habiel
Message:

Fixed tiny bug in Import Routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccr/trunk/p/C0CRXNRD.m

    r280 r283  
    2121 . S STR=$P(LINE,"|",15)        ; 5
    2222 . ; Remove embedded "^"
    23  . S STR=$TR("STR","^")
     23 . S STR=$TR(STR,"^")
    2424 . ; Convert STR into an array of 80 characters on each line
    2525 . N STRLINE S STRLINE=$L(STR)\80+1
     
    3636 . I $D(^TMP("DIERR",$J)) U $P BREAK
    3737 . ; Now, file WP field STR
    38  . D WP^DIE(11310000.01,I_",",5,,"STR")
     38 . D WP^DIE(11310000.01,I_",",5,,$NA(STR))
    3939 D CLOSE^%ZISH("FILE")
    4040 Q
Note: See TracChangeset for help on using the changeset viewer.