readonly keyword will mean that value of variable will be assigned only once and that too at runtime unlike a const variable where u need to supply a value at compile time only....Try to change the value of a readonly variable using immediate window if you can
On Sat, Jun 19, 2010 at 1:36 AM, George S <[email protected]> wrote: > Hi, > > We know that *read only* key word is used as it helps to change value of > the variable at run time. But we can change the value of variable using the > immediate window also. > > > Can some one please tell me the difference? > > Regards, > -G >
