Man Scilab

getpid
Scilab Function

getpid - get Scilab process identificator

Calling Sequence

id=getpid()

Description

Return an the scilab process identificator integer

Examples


d='SD_'+string(getpid())+'_'
 
  

Back