Scilab Function

funptr - coding of primitives ( wizard stuff )

Calling Sequence

[numptr] = funptr(name)

Parameters

Description

Utility function (for experts only) to get the internal routine number numptr of the primitive 'name'. numptr is formed from the interface number fun and the routine number fin of the primitive in its interface by numptr = 100*fun + fin (fin < 100). From numptr you can get the interface number fun = floor(numptr/100) which may be useful to link a dynamical interface with arguments passed by reference (see example section).

Examples

See Also