(CodeLib-Manager)
Registriert seit: 5. Aug 2004
Ort: München
1.062 Beiträge
|
Re: array of pointers
24. Jun 2006, 15:01
You need the address of a variable, which you'll store in a Pointer. To get the Address of a Variable, use the @-Operator.
In your case it would be then:
Pointers[Step_input] := @ExportVar
greetz
Mike
Mike Passion is no replacement for reason
|