cancel
Showing results for 
Search instead for 
Did you mean: 

script doubt

Former Member
0 Kudos

Hi,

In script iam using Perform ..in which there is a changing paramter . because this perform is in a loop i want the value of changing parameter in previous iteration and add again to the same.

Perform form in program prog

using abc

changing xy.

in form i am using xy = xy + fgh. <--- here i want the xy value of previous iteration.

if i use like this

Perform form in program prog

using abc

using xy

changing xy. will it solve?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks

Former Member
0 Kudos

Hi,

Yes, it solves ur problem...CHANGING parameter it will pass the old value at FORM & changes to new value after ENDFORM...

Rgds,

Pavan

Former Member
0 Kudos

changing xy alone solves? or i need to use using xy as well?

Former Member
0 Kudos

Yes u need to pass xy in both Using & Changing..

Former Member
0 Kudos

Hi,

You have to use both using xy and changing xy.

Regards,

Ranjitha