run-protected
Execute a protected server-side code block with explicit variable passing
Syntax
run-protected:
protected block (no inputs, no outputs)
run-protected returning $Vret1:
protected block returning 1 variable
run-protected returning $Vret1 $Vret2:
protected block returning 2 variables
run-protected returning $Vret1 $Vret2 $Vret3:
protected block returning 3 variables
run-protected with $Vin1:
protected block with 1 input
run-protected with $Vin1 returning $Vret1:
protected block with 1 input, returning 1 variable
run-protected with $Vin1 returning $Vret1 $Vret2:
protected block with 1 input, returning 2 variables
run-protected with $Vin1 returning $Vret1 $Vret2 $Vret3:
protected block with 1 input, returning 3 variables
run-protected with $Vin1 $Vin2:
protected block with 2 inputs
run-protected with $Vin1 $Vin2 returning $Vret1:
protected block with 2 inputs, returning 1 variable
run-protected with $Vin1 $Vin2 returning $Vret1 $Vret2:
protected block with 2 inputs, returning 2 variables
run-protected with $Vin1 $Vin2 returning $Vret1 $Vret2 $Vret3:
protected block with 2 inputs, returning 3 variables
run-protected with $Vin1 $Vin2 $Vin3:
protected block with 3 inputs
run-protected with $Vin1 $Vin2 $Vin3 returning $Vret1:
protected block with 3 inputs, returning 1 variable
run-protected with $Vin1 $Vin2 $Vin3 returning $Vret1 $Vret2:
protected block with 3 inputs, returning 2 variables
run-protected with $Vin1 $Vin2 $Vin3 returning $Vret1 $Vret2 $Vret3:
protected block with 3 inputs, returning 3 variables