Application object is used to store, read all users shared application information collection (Collection) Contents contains all variables (data and objects) in the Applicaiton objects that do not use
If there is a value as follows: Application ("a") = "a"
Application ("b") = "b"
Application ("c") = "c"
There is a contents collection:
Application.contents (1) = "a" Application.contents (2) = "B" Application.contents (3) = "c" can also be written as Application.contents ("a") = "a" .... ................................................ ................................................ ........................