Instr
Returns the position of the first occurrence of one string within another.
Syntax
InStr(<String>, <String>)
Arguments
String | String expression |
---|
Examples
Following example returns the position of a string "6.0" in the fix version dimension member name
Instr([Fix Version].CurrentHierarchyMember.GetString('Name'),"6.0")