macro nesting docs
This commit is contained in:
parent
72e6a896f9
commit
55b5f05041
49 changed files with 131 additions and 55 deletions
|
|
@ -18,9 +18,10 @@ our $I18N = {
|
|||
<p><b>^URLEncode();</b><br />
|
||||
This macro is mainly useful in SQL reports, but it could be useful elsewhere as well. It takes the input of a string and URL Encodes it so that the string can be passed through a URL. It's syntax looks like this: ^URLEncode("Is this my string?");
|
||||
</p>
|
||||
<p>This Macro may be nested inside other Macros if the encoded text does not contain commas or quotes.</p>
|
||||
|
||||
|,
|
||||
lastUpdated => 1146607207,
|
||||
lastUpdated => 1168623216,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue