Scope: | Peak or group |
Parameters: |
Custom field name |
Description: |
Returns the custom field value from its name. |
Syntax: | GetCustomField(customfieldName as a string) as a string |
Example: |
CurrentPeakOrGroup.GetCustomField("MyCustom") returns the value of customfield named "MyCustom" in the current compound or group. |
Returned scope: | String Value |