Scilab 5.3.1
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
getpid
Retorna o identificador do processo Scilab
Seqüência de Chamamento
id=getpid()
Descrição
Retorna retorna um inteiro correspondente ao identificador do processo Scilab.
Exemplos
d='SD_'+string(getpid())+'_'
<< getio | Funções de Entrada/Saída | getscilabkeywords >> |