Glud documentation
Help to the GLU record fields
Version: 1.06 - 8th, June 1998

NAME
     %Param.Value (or %P.V) - Parameter default value of action URL

SYNOPSIS
     %Param.Value $n=value

DESCRIPTION
     Specify a default value for a parameter.
      
     If there are several values for the same parameter, it is assumed
     that these are the only possible values
      

EXAMPLES
     %Param.Value $1=123
     %Param.Value $2=full resolution

     %P.V 1:123
     %P.V 2:full resolution