Gentee Programming Language > Documentation > GT language Download documentation

gt.process

The method parses the specified string and make a substitution in it.
 
uint gt.process(
      str   in,
      str   out
)

Parameters

inString for parsing.
outResult string.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    GT API methods


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