Gentee Programming Language > Documentation > Libraries Download documentation

char2str

Convert the code of a character into a string.
 
str char2str(
      str   par,
      uint   ch
)

Parameters

parThe string for writing. The character will be added to the end of the string.
chCharacter code.

Return value

The function returns the parameter par.

See also

    Strings


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