Gentee Programming Language > Documentation > GT language Download documentation

gtitem.list

For this method to be used, the object must be defined with the attribute type = list. This method gets the value of the item with the specified number from the list of the object. The result is added to the existing data.
 
str gtitem.list(
      uint   num,
      str   out
)

Parameters

numThe number of the item in the list starting from 0.
outResult string.

Return value

The function returns the parameter out.

See also

    GT API methods     Predefined features


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