Gentee Programming Language > Documentation > GT language Download documentation

gt.get

The method gets the text of the object with all insertions.
 
uint gt.get(
      str   objname,
      str   output
)
uint gt.get(
      str   objname,
      str   output,
      arr   params of str
)

Parameters

objnameThe full name of the called object.
outputThe string for writing the result.
params of strPassed parameters.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    GT API methods


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