
Contents |
Lists x-functions (by name, keyword, location etc)
1. lx;
2. lx xfname d:=lcvh;
3. lx search:="f-test";
4. lx category:=*nonlin*;
5. lx loc:=user;
| Display Name | Variable Name | I/O and Type | Default Value | Description |
|---|---|---|---|---|
| Name | name |
Input string | |
This variable specifies the name of the X-Functions to be listed. You can also use wild characters * and ? in the category name. |
| Display | display |
Input string | |
N sort by name (not composite name) L show location C show category V show variable information H show general help B show brief description A show argument names T show argument types D show argument defaults R remove duplicate names U update (refresh) list |
| Category | category |
Input string | |
This variable specifies the name of category. You can also use wild characters * and ? in the category name. |
| Location | location |
Input int | |
Location of the X-Function Option list
|
| Search | search |
Input string | |
Specify a search keyword. Only those x-functions whose documentation contains that keyword are listed. Double quotes are required if the keyword contains a space or dash. No wildcard characters allowed. |
This X-Function is use to list the X-Functions installed in the Origin system.
To lists all x-functions, use the following command:
lx
To show loc, category, variables and help for xfname, use the following command:
lx xfname d:=lcvh
To list all x-functions whose description contains string f-test, use the following command:
lx search:="f-test"
To list x-functions from categories containing "nonlin", use the following command:
lx category:=*nonlin*
To list x-functions in location = User folder (loc:=3), use the following command:
lx loc:=3