Example of Array data merge
Example with a simple Array
5 displayed lines
Country | Prefix |
France | 33 |
England | 44 |
Spain | 34 |
Italy | 39 |
Deutchland | 49 |
Example with a composed Array
6 displayed lines
Position | Nickname | Score | Date |
1 | Marie | 300 | 01-10-03 |
2 | Eric | 215 | 01-10-03 |
3 | Mark | 180 | 01-10-03 |
4 | Paul | 175 | 01-10-03 |
5 | Mat | 120 | 01-10-03 |
6 | Sonia | 115 | 01-10-03 |
Example with a queried Array
6 displayed lines
Position | Nickname | Score | Date |
1 | Marie | 300 | 01-10-03 |
2 | Eric | 215 | 01-10-03 |
3 | Mark | 180 | 01-10-03 |
4 | Paul | 175 | 01-10-03 |
5 | Mat | 120 | 01-10-03 |
6 | Sonia | 115 | 01-10-03 |