<div dir="auto"><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Bo Berglund via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> schrieb am Mi., 22. Dez. 2021, 16:08:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">So I wonder if there is a value range limitation for the arguments inside an in<br>
command like:<br>
if a in [x..y] then<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">The right side of the in-operator is a set constructor. And sets may only contain up to 256 values. (Though I don't know right now whether that is always counted from 0 or not) </div><div dir="auto"><br></div><div dir="auto">Regards, </div><div dir="auto">Sven </div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
</blockquote></div></div></div>