Home
last modified time | relevance | path

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

/trunk/main/migrationanalysis/src/driver_docs/sources/
H A DCommonMigrationAnalyser.bas207 Dim myType As String variable
212 myType = TypeName(myControl)
213 If myContolDict.Exists(myType) Then
214 myContolDict.item(myType) = myContolDict.item(myType) + 1
216 myContolDict.Add myType, 1
218 If userFormTypesDict.Exists(myType) Then
219 userFormTypesDict.item(myType) = userFormTypesDict.item(myType) + 1
221 userFormTypesDict.Add myType, 1

Completed in 12 milliseconds