AGB  ·  Datenschutz  ·  Impressum  







Anmelden
Nützliche Links
Registrieren

array of pointers

Ein Thema von sk.Silvia · begonnen am 24. Jun 2006 · letzter Beitrag vom 24. Jun 2006
 
Benutzerbild von sk.Silvia
sk.Silvia

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

array of pointers

  Alt 24. Jun 2006, 13:57
hi there, i want to make an array of pointers as follows

Delphi-Quellcode:
type pointer_array=array[0..50] of pointer;
var Pointers:pointer_array;

      procedure HandleInput(Message1:string; var ExportVar:real);
          begin
          inc(Step_input);
          Pointers[Step_input]:=ExportVar; //DONT WORK
          Pointers[Step_input]:=^ExportVar; //DONT WORK
          ^Pointers[Step_input]:=^ExportVar; //DONT WORK
          //unimportant commands here
          end;
what i want to do, is to store a pointer to each variable imported to procedure
(HandleInput('0', CXC)-> ExportVar=CXC -> i will store a pointer to CXC)
how to do it?

thanks
  Mit Zitat antworten Zitat
 

Themen-Optionen Thema durchsuchen
Thema durchsuchen:

Erweiterte Suche
Ansicht

Forumregeln

Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are aus

Gehe zu:

Impressum · AGB · Datenschutz · Nach oben
Alle Zeitangaben in WEZ +1. Es ist jetzt 13:55 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