Arrays and Lists of newtypes | |||||
|
Just as variables which used newtypes were the same as variables which used the basic types, there is no difference between arrays and lists of newtypes and arrays and lists of the basic types. All the same rules apply from the original arrays and lists topic, and the rules about newtypes from the previous page should also be followed. The only thing you need to know is the way fields are accessed in arrays and lists of newtypes. To do this, you use the 'arrayname\field' format, just as with variables, like this:
| |||||
|
Installation | Troubleshooting | Programming | Archives | Links Page last modified: 14th September 2001 |