Previous Topic: OptionNext Topic: Paths


PreProcess

PreProcess

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

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