Index  Up  <<  >>  


[lookup ...]

named: [lookup table=``database'' col=``column'' key=row value=``[value name]'']

positional: [lookup table column row ``a quoted value'']

This is essentially same as the following:

    [if value name]
    [then][value name][/then]
    [else][data database column row][/else]
    [/if]


Index  Up  <<  >>