<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">2017-12-12 16:32 GMT+03:00 Werner Pamler via Lazarus <span dir="ltr"><<a href="mailto:lazarus@lists.lazarus-ide.org" target="_blank">lazarus@lists.lazarus-ide.org</a>></span>:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF"><span class="gmail-">
    <div class="gmail-m_-4279091704448257205moz-cite-prefix">Am 12.12.2017 um 11:01 schrieb Sergey
      Bodrov via Lazarus:<br>
    </div>
    <blockquote type="cite">
      <div dir="ltr">
        <div class="gmail_extra">
          <div class="gmail_quote">BTW,  in ipcss.inc
            TCSSProps.ReadCommands() lack of Args.Count checking
            for 'border-width', 'border-color'
            and 'border-style' cause Args[<wbr>0] out-of-range errors.
            <div>Instead of tons checks for Args.Count, I propose single
              local function, that returns string from Args by index, or
              empty string if there is no such index.</div>
          </div>
        </div>
      </div>
    </blockquote>
    <br></span>
    Really? It looks fine for me. I even removed some more checks for
    Args.Count > 0 when accessing Args[0] - this code is never
    reached because it happens inside an Args loop which is never
    entered if Args.Count = 0. What did you do to see that there is a
    problem?<br></div></blockquote><div><br></div><div>Maybe, you confused with ACommands loop? There is no loops for Args.</div><div><br></div></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><strong>Bodrov Sergey</strong><br></div><div>software development, IT consulting</div><div><a href="http://www.serbod.com" target="_blank">http://www.serbod.com</a></div><div><div><u>Phone (Belarus):</u> +375(25)794-21-58</div><div><u style="font-size:12.8px">Skype:</u><span style="font-size:12.8px"> sergey.bodrov1</span><br></div></div><div><u>e-mail:</u> <a href="mailto:serbod@gmail.com" target="_blank">serbod@gmail.com</a>, <a href="mailto:oxotnuk@yandex.ru" target="_blank">oxotnuk@yandex.ru</a></div><div><br></div></div></div></div></div></div>
</div></div>