Scilab 6.0.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 — relata um erro de tempo de execução
- gettext — indexes or/and translates some indexed english messages
- msprintf — converts, formats, and writes data in a string
- messagebox — Open a message box.
Report an issue | ||
<< lasterror | Error handling | Variables >> |