Initialization
<< Click to Display Table of Contents >> Navigation: Callbacks > Rackspace callbacks > Initialization |
Usage:
initialization
// initialization code here.
// Allows variables to be initialized and functions to be called
// automatically when a script is first loaded. Note that as of GP 4.5,
// most variables can be initialized during declaration
// GP4 allows multiple initialization sections
end
Purpose:
Allows variables to be initialized and functions to be called automatically when a script is first loaded. Note that as of GP 4.5, most variables can be initialized during declaration