Scilab Home page | Wiki | Bug tracker | Forge | Mailing list archives | ATOMS | File exchange
Please login or create an account
Change language to: English - Português - Русский - 日本語
Aide de Scilab >> Chaînes de caractères > blanks

blanks

create string of blank characters

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

disp(['xxx' blanks(20) 'yyy'])
Scilab Enterprises
Copyright (c) 2011-2015 (Scilab Enterprises)
Copyright (c) 1989-2012 (INRIA)
Copyright (c) 1989-2007 (ENPC)
with contributors
Last updated:
Wed Jun 15 08:31:07 CEST 2016