I have a series of presentation templates that need to be compiled when the user generates the top level presentation template. Each of the resulting index pages that are generated need to read through the same set of dcrs. Rather that opening the dir and reading the same set of dcrs multiple times I would like to find a way to read the dcrs once and use the resulting
@DCRS as a global array that can be looped over in each of the subsequent compiles of the various index pages. Is there anyway to create the array of dcrs once and declare it as a gloabl or to pass it down to the various index page compilations.
Hope this makes a little sense and thanks for any help!
Craig