Gentee Programming Language > Documentation > Libraries Download documentation

congetstr

Get the string entered by the user with some text displayed before that.
 
str congetstr(
      str   text,
      str   input
)

Parameters

textText for displaying.
inputThe variable of the str type for getting data.

Return value

The function returns the parameter input.

See also

    Function for working with the console


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