Previous Topic: OptionNext Topic: Paths


PreProcess

PreProcess

Denotes the PreProcess function. This function is always called before any store functions. In the case of a network migration this function is called on the server. Only General commands are allowed in this function.

Usage:
function PreProcess()
{
// statements to run before any storing takes place
}