Gentee Programming Language > Documentation > GT language Download documentation

gtitem.modifyattrib

The method modifies the value of the attribute of this object.
 
uint gtitem.modifyattrib(
      str   attrib,
      int   value
)
uint gtitem.modifyattrib(
      str   attrib,
      str   value
)

Parameters

attribAttribute name.
valueThe new text or numerical value of the attribute.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    GT API methods


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