F_RemoveInstancePathAndProjectNameFromTestInstancePath Function
Inputs
| Name | Type | Description |
|---|---|---|
TestInstancePath |
T_MaxString |
Variables
| Name | Type | Description |
|---|---|---|
CharacterPositionOfProjectName |
INT | |
ProjectNameWithDot |
T_MaxString |
Declaration source
FUNCTION F_RemoveInstancePathAndProjectNameFromTestInstancePath : T_MaxString
VAR_INPUT
TestInstancePath : T_MaxString;
END_VAR
VAR
CharacterPositionOfProjectName : INT;
ProjectNameWithDot : T_MaxString;
END_VAR