Difference between revisions of "Nats build array by reference"
From TMM Wiki
Jump to navigationJump to searchm |
TMMStephenY (talk | contribs) m |
||
Line 38: | Line 38: | ||
== Notes == | == Notes == | ||
None. | None. | ||
+ | |||
+ | [[Category:NATS4 Template Functions]] |
Latest revision as of 15:44, 20 May 2011
nats_build_array_by_reference
Duplicates an array.
Alias: build_array_by_reference
Parameters
(Required parameters in bold)
Parameter | Description | Possible Values | Default Value | Example |
---|---|---|---|---|
array | The array to duplicate | Any initialized Smarty array | None. | array="old_array" |
assign | The array to create | Any valid Smarty array name | None. | assign="new_array" |
Output
No output. Values of the old array stored in the new array.
Notes
None.