Tag Link | [Params] | Category | Custom Tag |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Preferred | Version | 5.0 |
Change | Unchanged | Data Source | Any |
Output Type | Array | Security | Tag |
Implementation | Internal | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0 |
[Params] returns an array of all the parameters passed to a custom tag. The array will contain single values or pairs depending on what parameters were passed.
The [Params] array will not contain any encoding keywords that were passed to the current custom tag.
The
[Params]
No Parameters Required.
To return a list of all the parameters of a custom tag:
Use the [Params] tag. The following tag simply echos its parameters back to the format file.
[Define_Tag: 'Param_Echo']
[Return: (Params)]
[/Define_Tag]
[Param_Echo: 'One',
(array: (One),
(pair: (
(pair: (Four)=(Five)),
(
(7),
(pair: (8)=(9))]