Registriert seit: 16. Jan 2004
Ort: Bendorf
5.219 Beiträge
Delphi 10.2 Tokyo Professional
|
AW: Problem mit Pointer in Strukturen
24. Jan 2011, 11:05
modList.names.name[i]
warum eigentlich
names : ^MODULE_NAME;
statt
names : MODULE_NAME;
Weils ja ne Liste von MODULE_NAME sein soll.
Michael "Programmers talk about software development on weekends, vacations, and over meals not because they lack imagination,
but because their imagination reveals worlds that others cannot see."
|