Wenn schon, dann @str[0].
Ein anderer Vorschlag (Bin mir nicht sicher, ob das geht):
Delphi-Quellcode:
var
str: String;
begin
SetLength(str,512);
if DelcomGetNthDevice(2,0,@str[1])=0 then
// ...
end;
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."