This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. ------ =_NextPart_001_01BE640F.10DC5020 Content-Type: text/plain I'm at a remote Site and need to do this quickly. Don't have manuals with me at present. Here are the details.. ACC FileA SHO ITEMS ITEMA (12) ITEMB (12) ..... ... 15 items with 12 occurances each. ( All items INT SIGN SIZ 4 ) I want the Data to be rolled... e.g ITEMA(5) --> ITEMA(1) ITEMA(6) --> ITEMA(2) and so forth for all the 12 occurences correspondingly in all 15 items. I Wrote QTP : ACC FileA DEF ITEMA-1 INT SIGN SIZ 4 = ITEMA(5) DEF ITEMA-2 INT SIGN SIZ 4 = ITEMA(6) ..... ..... OUTPUT FileA UPD ITEM ITEMA(1) = ITEMA-1 ITEM ITEMA(2) = ITEMA-2 .... and so forth for all 180 DEFINES... I'm not getting the proper rollover... Any inputs ?? ------ =_NextPart_001_01BE640F.10DC5020 Content-Type: text/html Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">Subscript
I'm at a remote Site = and need to do this quickly. Don't have manuals with me at = present.
Here are the = details..
ACC FileA
SHO ITEMS
=
ITEMA =
(12) &n=
bsp;
=
ITEMB =
(12) &n=
bsp;
.....
=
... 15 items with 12 occurances each.
( All items INT =
SIGN SIZ 4 )
I want the Data to =
be rolled... e.g ITEMA(5) --> ITEMA(1)
&nb=
sp; &nb=
sp; &nb=
sp; &nb=
sp; ITEMA(6) --> ITEMA(2)
&nb=
sp; &nb=
sp; and so forth for all the 12 =
occurences correspondingly in all 15 items.
I Wrote QTP :
ACC FileA
DEF ITEMA-1 =
INT SIGN SIZ 4 =3D ITEMA(5)
DEF ITEMA-2 =
INT SIGN SIZ 4 =3D ITEMA(6)
.....
.....
OUTPUT FileA =
UPD
ITEM ITEMA(1) =3D =
ITEMA-1
ITEM ITEMA(2) =3D =
ITEMA-2
.... and so forth =
for all 180 DEFINES...
I'm not getting the = proper rollover...
Any inputs ??