TUNING


@EndIf command
Use with the @If command in a Server.Load script.

Example

@If[DeleteEntry]

delete 1

@Else

add 1

@EndIf

Parent topic: Server.Load commands

Related reference
@If command
Server.Load script conventions