ok.

UV / Information Flavor

If I create the following and write it out, it seems fine.

X=""
X<1>="DATA"
X<2>=""
WRITE X ON FILE,ITEM

If I Edit the Item, it has 2 attribute lines.
001: DATA
002:

Now If I add the following:

X=""
X<1>="DATA"
X<2>=""
INS "DATA2" BEFORE X<2>

It doesn't create:
001: DATA
002: DATA2
003:

But instead the INS eliminates the trailing attribute

001: DATA
002: DATA2

BUT..... I had the following:

X=""
X<1>="DATA"
X<2>=""
X<3>=""
INS "DATA2" BEFORE X<2>

It respects the trailing attribute giving:
001: DATA
002: DATA2
003:
004:

Is there an $OPTIONS setting to stop this?


George Gallen
Senior Programmer/Analyst
Accounting/Data Division, EDI Administrator
ggal...@wyanokegroup.com
ph:856.848.9005 Ext 220
The Wyanoke Group
http://www.wyanokegroup.com



_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to