*CONDITION_IFSET¶
Description: This function allows you to check if a given variable is a set
Syntax:
condition_ifset(valuetocheck,valueiftrue,valueiffalse)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Value To Check | set | ||
2 | Value If True | string | Value to return if it is a set | |
3 | Value If False | string | Value to return if it is not a set |
ID | Name | Type | Remarks |
---|---|---|---|
1 | condition_ifset_output_1 | set |
*CONDITION_IFSCALAR¶
Description: This function allows you to check if a given variable is a scalar
Syntax:
condition_ifscalar(valuetocheck,valueiftrue,valueiffalse)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Value To Check | scalar | ||
2 | Value If True | string | Value to return if it is a scalar | |
3 | Value If False | string | Value to return if it is not a scalar |
ID | Name | Type | Remarks |
---|---|---|---|
1 | condition_ifscalar_output_1 | scalar |
*CONDITION_BOOL¶
Description: This function allows you to check if a given variable matches a certain condition
Syntax:
condition_bool(valuetocheck,operator,target_value)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Value To Check | scalar | Value 1 to check by condition | |
2 | Operator | select | Operator of condition used to check the value 1 | |
3 | Target Value | scalar | Value 2 of condition used to check the value 1 |
ID | Name | Type | Remarks |
---|---|---|---|
1 | condition_bool_output_1 | bool |
*CONDITION_IFVECTOR¶
Description: This function allows you to check if a given variable is a vector
Syntax:
condition_ifvector(valuetocheck,valueiftrue,valueiffalse)
ID | Name | Type | Default | Remarks |
---|---|---|---|---|
1 | Value To Check | scalar | ||
2 | Value If True | string | Value to return if it is a vector | |
3 | Value If False | string | Value to return if it is not a vector |
ID | Name | Type | Remarks |
---|---|---|---|
1 | condition_ifvector_output_1 | vector |