In this chapter especially in the discussion of the CFMODULE tag you have seen examples of the implications of variable scope even if we haven’t explicitly referred to them. The concept of scope is fairly simple Scope simply refers to the context in which a variable exists or doesn’t. In its most simple state, a variable’s scope…