Syntax
txt = blanks(n)
Arguments
- txt
a single character string.
- n
an integer, number of blanks.
Description
blanks(n)
is a string of n
blanks.
Examples
![](/img/ScilabEdit.png)
disp(['xxx' blanks(20) 'yyy'])
Report an issue | ||
<< ascii | Chaînes de caractères | char >> |
txt = blanks(n)
a single character string.
an integer, number of blanks.
blanks(n)
is a string of n
blanks.
disp(['xxx' blanks(20) 'yyy'])
Report an issue | ||
<< ascii | Chaînes de caractères | char >> |