Gentee Programming Language > Documentation > Libraries Download documentation

collection.val

Gets a value of a collection element; this method is applied if an element type is a structure or a fundamental type, except for double, ulong and long.
 
uint collection.val(
      uint   index
)

Parameters

indexElement index starts at zero.

Return value

A value of a collection element.

See also

    Collections


 Copyright © 2004-2006 Gentee Inc. All rights reserved.