|
|
| Author |
Message |
stevech
Joined: 23 Feb 2006
Posts: 688
|
|
Posted: 20 July 2006, 2:37 AM Post subject: initializers for table of constants |
|
|
| I thought I recalled that ZBasic had a means to initialize a table of constants (such as longs). Maybe I'm mistaken. Can't find it in the docs. |
|
| Back to top |
|
 |
dkinzer Site Admin
Joined: 03 Sep 2005
Posts: 2593
Location: Portland, OR
|
|
Posted: 20 July 2006, 3:20 AM Post subject: |
|
|
| It does. See the section on Program Memory Data Items in the ZBasic Language Reference. The data may be a vector (1-dimensional array) or a table (2-dimensional array) and the initialization data may either be in-line or in a separate file. |
|
| Back to top |
|
 |
stevech
Joined: 23 Feb 2006
Posts: 688
|
|
Posted: 20 July 2006, 6:41 AM Post subject: |
|
|
ah. I did a PDF file search using "initializers" and so on. Didn't turn up.
I do kinda miss the Microsoft Help File indexing and searching in the reference docs. |
|
| Back to top |
|
 |
mikep
Joined: 24 Sep 2005
Posts: 771
Location: Austin, TX
|
|
| Back to top |
|
 |
stevech
Joined: 23 Feb 2006
Posts: 688
|
|
Posted: 20 July 2006, 17:26 PM Post subject: |
|
|
thanks.
I also need to spend more time looking in the docs before posting here! |
|
| Back to top |
|
 |
|