include

  1. keeps21

    undeclared array error in included file.

    I have two files. (This is a simplified example) The first file declared variables - the second outputs the variables. The problem is that myArray is 'undeclared' when file2.aspx tries to use it. However varName is working fine. If I declare and populate myArray in the same way in file2.aspx...
Back
Top