FutureProg functions
characteristicid
Overload 1
characteristicid overload 1
Number characteristicid(Character character, Number characteristic)
Available in
- computer function
- computer program
- standard futureprog
This function returns the ID of the supplied character's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the colour characteristic, you might get the ID 435 as a return value.
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character whose characteristics you are interested in probing |
characteristic |
Number |
The ID Number of the characteristic definition you want to probe the value of |
Overload 2
characteristicid overload 2
Number characteristicid(Character character, Text characteristic)
Available in
- computer function
- computer program
- standard futureprog
This function returns the ID of the supplied character's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the colour characteristic, you might get the ID 435 as a return value.
| Parameter | Type | Description |
|---|---|---|
character |
Character |
The character whose characteristics you are interested in probing |
characteristic |
Text |
The name of the characteristic definition you want to probe the value of |
Overload 3
characteristicid overload 3
Number characteristicid(Item item, Number characteristic)
Available in
- computer function
- computer program
- standard futureprog
This function returns the ID of the supplied items's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the colour characteristic, you might get the ID 435 as a return value.
| Parameter | Type | Description |
|---|---|---|
item |
Item |
The item whose characteristics you are interested in probing |
characteristic |
Number |
The ID Number of the characteristic definition you want to probe the value of |
Overload 4
characteristicid overload 4
Number characteristicid(Item item, Text characteristic)
Available in
- computer function
- computer program
- standard futureprog
This function returns the ID of the supplied items's intrinsic characteristic for the supplied definition. E.g. If you supplied the ID number of the colour characteristic, you might get the ID 435 as a return value.
| Parameter | Type | Description |
|---|---|---|
item |
Item |
The item whose characteristics you are interested in probing |
characteristic |
Text |
The name of the characteristic definition you want to probe the value of |