<div dir="ltr">Hello,<br><br>I wish to create something like this:<br><br>function foo(a : String; b : array of const) : string;<br>begin<br>  Result := bar([a] + b);<br>end;<br><br>But this works only on Sets. <br>The thing is, that A must be before the rest of "b". and it is different then the b values, that's why I extract it to a different parameter.<br>

<br>How can I add a to the list, and make it the first element ?<br><br>Thanks,<br>Ido<br>
</div>