Programmer Guide/Concepts/Parameter table: Difference between revisions
From STX Wiki
< Programmer Guide | Concepts
Jump to navigationJump to search
(Created page with '{{DISPLAYTITLE:{{SUBPAGENAME}}}} Parametertables (as opposed to simple tables, and [[Programmer_Guide/Concepts/Extended_table|extended …') |
No edit summary |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:{{SUBPAGENAME}}}} | {{DISPLAYTITLE:{{SUBPAGENAME}}}} | ||
'''Parameter tables''' (as opposed to [[Programmer_Guide/Concepts/Simple_table|simple tables]], and [[Programmer_Guide/Concepts/Extended_table|extended tables]]) are an optimized variant of the extended table restricted to storing numerical data only. Otherwise, they behave exactly like the normal [[Programmer_Guide/Concepts/Extended_table|extended table]]. | |||
For a thorough introduction into the matter of table items, see [[Programmer_Guide/Shell_Items/Table/Introducing_Table_Items|Introducing Table Items]]. | For a thorough introduction into the matter of table items, see [[Programmer_Guide/Shell_Items/Table/Introducing_Table_Items|Introducing Table Items]]. |
Revision as of 16:26, 6 April 2011
Parameter tables (as opposed to simple tables, and extended tables) are an optimized variant of the extended table restricted to storing numerical data only. Otherwise, they behave exactly like the normal extended table.
For a thorough introduction into the matter of table items, see Introducing Table Items.