Thema: Delphi array of pointers

Einzelnen Beitrag anzeigen

Benutzerbild von sk.Silvia
sk.Silvia

Registriert seit: 8. Feb 2006
Ort: Slovenia
90 Beiträge
 
Delphi 7 Personal
 
#3

Re: array of pointers

  Alt 24. Jun 2006, 15:09
great)

and now when i will to get the value of the variable on what it shows

Delphi-Quellcode:
ExportVar:=10;
Pointers[Step_input] := @ExportVar;
how do i get the value 10 from Pointers[Step_input]
  Mit Zitat antworten Zitat