I am trying to pass some strings to a dynamic string array, in this case it is working:
procedure DoSomeThing(in_cmd: string; var out_strs: array of string);
begin
..
for n := low(out_strs)
I am trying to pass some strings to a dynamic string array, in this case it is working:
procedure DoSomeThing(in_cmd: string; var out_strs: array of string);
begin
..
for n := low(out_strs)