Register to post in forums, or Log in to your existing account
 

 Related 
Contents
Collection
  Remove
  IndexOf
  Insert
  Find
  Item
  Delta
  Separator
  TextProp
  Add
  Base
  Value
  Text
  Count
  Clear
Related Links:
  Collection
Base [[zCollection.Base]] 
NOTE: This Design document is subject to change at any time.
Base: Integer


Specifies the starting index for the collection. Normal collections are 1-based (Base = 1). But in some cases a zero-based collection is needed, so you can set Base to zero and then access the collection in that manner.

Example:

Collection.Add("First item")
S = Collection.Item(1)
Collection.Base = 0
S = Collection.Item(0)


shows how to access the first item in a collection in both the default and when changing the Base property.
Viewer Comments [0 - Post your comments]

Jump to:  

© 2009 Zugg Software. Hosted by Wolfpaw.net