<div dir="auto"><div class="gmail_extra" dir="auto"><div class="gmail_quote">Am 11.01.2018 08:16 schrieb "warleyalex via fpc-pascal" <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>>:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p>Anyway, what I couldn't find is the built-in kind of <strong>pseudo-methods for the record data type</strong>, set of operations, for inserting, removing, sorting and otherwise manipulate the content, for instance:<br></p></blockquote></div></div><div dir="auto">Don't you mean "pseudo-methods for the array data type"? </div><div class="gmail_extra" dir="auto"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p></p>
<p>In addition to <strong>Low</strong>, <strong>High</strong>, <strong>Length</strong> and <strong>Count</strong>, <br></p></blockquote></div></div><div dir="auto">I suppose that the standard Pascal way of using SetLength() is used to add elements. Maybe also the "+" operator (not know if that already got implemented for arrays; in FPC it is still missing for now). Also it could be that Insert(), Delete(), Concat() and Concat() already support arrays as well in addition to strings (like FPC itself does).</div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div></div>