Hey there fellas,
I was wondering if adding a object to the application pool under the same name and value would just overwrite the last one?
Example:
If I did that over and over would it overwrite the value already there?
Any information is appreciated, thank you.
I was wondering if adding a object to the application pool under the same name and value would just overwrite the last one?
Example:
Dim k as New Table Application.Add("k", k)
If I did that over and over would it overwrite the value already there?
Any information is appreciated, thank you.