You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Reset Variable in ICS

edited May 27, 2019 10:43AM in Integration 3 comments

Content

I have created a Boolean variable, which needs to perform actions as given below:

 

if (true)

{

perform action

reset to false

}

else

{

perform action

}

This will enable me to have the first line of code only once( header to display only one)

but i am not able to re-assign the same variable to false.

is there any way to reset/reassign/ update the variables.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!