Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

changing address(hard-coded) in script in runtime through debugging

Former Member
0 Likes
348

Dear All,

we have a requirement like

in script the adress is in hard-coded

but my client requirement is to change the address in runtime through debuging,

is it possible?

then how?

please suggest?

Regards

raj.

1 REPLY 1
Read only

sandeep_katoch
Contributor
0 Likes
316

Hi Raja,

In Script it is not possible to change the hard coded values if the logic is written in Script.

But yes if it is written in some driver program then you can change it when the control in debuging goes to the driver program.

Rgds,

Sandeep Katoch