Ticket #147 (closed enhancement: fixed)
Include array acces in variable expansion
| Reported by: | dumoulin | Owned by: | dumoulin |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.3 |
| Component: | core.methods | Version: | 0.2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
If I define an input structure like:
- input : Complex \ array : Double[] \ elements : Complex[]
\ attribute : Double
How to use these data with for example a template file ? I would be able to use ${input.array[2]} and ${input.elements[5].attribute}.
The solution is to modify the line 67 in the VariableExpansion class.
It would also nice to be able to use variable in array index as ${input.array[i]}.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.





