HI all,

I am trying to change the values of my constants. i have declared these constants in a class as publiv cons var1 = 'value'
how ever i am not able to change this value from with in the program. is there any way i can do this or is there any way i can declare a variable in a class and set the value from with in my program during run time.

Thanks