Private Type MyTest
Quetion As String
Answer1 As String
Answer2 As String
Answer3 As String
'......
End Type
Private Sub Form_Load()
Dim masQ(12) As MyTest
masQ(1).Quetion = "×òî òàêîå Pascal?"
masQ(1).Answer1 = "ßÏ"
masQ(1).Answer2 = "Ôàìèëèÿ"
masQ(1).Answer3 = "Ïðîñòî ñëîâî"
'.........
'masQ(x).......= и т.д.
' а так обращаешься
Text1.Text=masQ(1).Quetion
End Sub
Сейчас этот форум просматривают: AhrefsBot, Google-бот и гости: 74