Home
last modified time | relevance | path

Searched refs:attStr (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/migrationanalysis/src/driver_docs/sources/
H A DAnalysisDriver.bas3203 Dim attStr As String variable
3209 attStr = myIssue.Attributes(index)
3210 If InStr(attStr, RID_STR_COMMON_NOTE_PRE & "[") = 1 Then
3211 attStr = Right$(attStr, Len(attStr) - Len(RID_STR_COMMON_NOTE_PRE & "["))
3212 attStr = Left$(attStr, Len(attStr) - 1)
3213 …out.WriteLine "<note index=""" & attStr & """ value=""" & EncodeXML(myIssue.Values(index)) & """ /…

Completed in 604 milliseconds