Scilab 5.5.2
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
warning
mensagens de aviso
Seqüência de Chamamento
warning('string') warning('off') warning('on') mode = warning('query')
Descrição
Imprime o string 'string'
em uma mensagem de
aviso
'on'
habilita mensagens de aviso.
'off'
desabilita mensagens de aviso.
'query'
retorna o estado 'on'
ou 'off'
.
Exemplos
Ver Também
- error — mensagens de erro
- gettext — get text translated into the current locale and domain.
- msprintf — converts, formats, and writes data in a string
- messagebox — Open a message box.
Report an issue | ||
<< lasterror | Error handling | Variables >> |