Man Scilab

readc_
Scilab Function

readc_ - read a character string

Calling Sequence

[c]=readc_(unit)
[c]=readc_()

Description

readc_ reads a character string. This function allows one to interrupt an exec file without pause ; the exec file stops until carriage return is made.

See Also

read ,  

Back