<< Compile and run with Call Scilab call_scilab API fromjava >>

Ajuda do Scilab >> call_scilab API > fromc

fromc

Checks if current Scilab is called from an external C program (by StartScilab).

Calling Sequence

r=fromc()

Arguments

r

a boolean

Description

Returns %tChecks if current Scilab is called from an external C program or %f if not.

Example

fromc();

See Also


Report an issue
<< Compile and run with Call Scilab call_scilab API fromjava >>