![]() |
Was stimmt bei diesem Array nicht?
Hallo, will ein Kordiantensystem coden, dass Probelem ist aber jetzt folgender Code:
Delphi-Quellcode:
Es Zeigt immer die Fehlermeldung:var Form2: TForm2; koordinate: array [1..100, 1..100] of integer; Name: array [1..100, 1..100] of String; implementation uses unit1; {$R *.dfm} procedure TForm2.BitBtn1Click(Sender: TObject); begin name[spinedit1.Value, Spinedit2.Value]:=edit1.text; end; end. Zitat:
Bitte sagt mir was falsch sein könnte???? Danke |
Re: Was stimmt bei diesem Array nicht?
Danke hat sich erledigt *g*
Sorry |
Re: Was stimmt bei diesem Array nicht?
Vielleicht liegt es am Namen des Arrays. Nenn den mal "Name1" statt "Name". Ist nur eine Vermutung
|
Re: Was stimmt bei diesem Array nicht?
Zitat:
Gruß Stephan |
Re: Was stimmt bei diesem Array nicht?
ich nehme an das Delphi unter Name nicht den Array, sondern FormX.Name versteht...
![]() |
Re: Was stimmt bei diesem Array nicht?
Hallo,
jo genau das war das Problem! Denn er meinte den Namen des Forms... *g* :oops: Danke nochmal |
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:38 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz