hallo erstmals!
ich habe da ein problem. keine ahnung wo der fehler liegt!?!
hier mal der code:
sub test ()
Dim stringst(100) As String
For r = 10 To 100
If GetINISetting(strIniLehrstoffSt, „Pläne“, xpCombo3.Text & „_“ & xpCombo2.Text & „_“ & r) „“ Then
stringst® = GetINISetting(strIniLehrstoffSt, „Pläne“, xpCombo3.Text & „_“ & xpCombo2.Text & „_2“ & r)
End If
Next r
For U = 0 To 8
xpText1(U).Text = stringst(U)
Next U
end sub
also ich habe auf meinem formular 9 textfelder (xptext1(0) bis xptext1(8))
wenn ich diese sub ausführe sind aber alle textfelder LEER!!
woran liegt das?
danke und mfg
michael