Dim instance AsIManageFmtInputDim currText AsStringDim position AsIntegerDim value AsString
value = instance.GetFormatStringAtPos(currText, position)
Parameters
currText
Current text string
position
Position index
Remarks
Example: Format String: "d/mm/yy", currText: "25/12/02" position: 3. This method will return "mm". Returns "" if bad position. If at a literal position, then the char at that position, preceded with a backslash, is returned ("\c" where 'c' is the actual char).