The
Define/User-Defined/Functions/Interpreted... menu item opens the
Interpreted UDFs dialog box.
Interpreted UDFs Dialog Box
The
Interpreted UDFs dialog box allows you to compile user-defined functions. See the separate
UDF Manual for details.
Controls
Source File Name
sets the name of your user-defined function.
CPP Command Name
sets the name of your C preprocessor.
Stack Size
sets the size of the stack. Keep the default
Stack Size setting of 10000, unless the number of local variables in your function will cause the stack to overflow. In this case, set the
Stack Size to a number that is greater than the number of local variables used.
Display Assembly Listing
indicates whether or not to display a listing of assembly language code in your console window as the function compiles.
Use Contributed CPP
specifies the use of the C preprocessor that Fluent Inc. has supplied, instead of your own.