![]() |
iWebPress: User Guide |
Lists represented as variables are a new concept and are exclusive to iWebPress. While static variables are useful for bits of data that do not change, such as the paper's name, printing out a list of articles would be a difficult or impossible procedure without list keywords.
Lists are, as the name implies, a list of information. In the available variables section below, you'll find most of the variables are lists. When printing out all the articles in a section, or all the assignments for a user, you can clearly have more than one. Lists are an easy way to represent such data.
Old template systems required some sort of loop or other programming construct to output lists. iWebPress was designed from the ground up to be designer-friendly. While using list keywords can be initially somewhat unfamiliar, once you see a few examples and use them for yourself, you will find list keywords are extremely easy to use right in your web development application (Dreamweaver, GoLive, et cetera).