- Timestamp:
- Nov 17, 2008, 8:55:40 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ccr/trunk/p/C0CRXNRD.m
r280 r283 21 21 . S STR=$P(LINE,"|",15) ; 5 22 22 . ; Remove embedded "^" 23 . S STR=$TR( "STR","^")23 . S STR=$TR(STR,"^") 24 24 . ; Convert STR into an array of 80 characters on each line 25 25 . N STRLINE S STRLINE=$L(STR)\80+1 … … 36 36 . I $D(^TMP("DIERR",$J)) U $P BREAK 37 37 . ; Now, file WP field STR 38 . D WP^DIE(11310000.01,I_",",5,, "STR")38 . D WP^DIE(11310000.01,I_",",5,,$NA(STR)) 39 39 D CLOSE^%ZISH("FILE") 40 40 Q
Note:
See TracChangeset
for help on using the changeset viewer.