<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cannot concatenate number and space+dot from VBA macro"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131562">bug 131562</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>UNCONFIRMED
           </td>
           <td>NEW
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Ever confirmed</td>
           <td>
                
           </td>
           <td>1
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cannot concatenate number and space+dot from VBA macro"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131562#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Cannot concatenate number and space+dot from VBA macro"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=131562">bug 131562</a>
              from <span class="vcard"><a class="email" href="mailto:erack@redhat.com" title="Eike Rathke <erack@redhat.com>"> <span class="fn">Eike Rathke</span></a>
</span></b>
        <pre>The resulting string is not "1." but "1 ." with a space between digit and dot,
which is not a number. Also note the hu-HU locale that uses comma decimal
separator (unless cells are formatted differently). However, the same
(recognizing a number) happens in an en-GB locale with dot decimal separator,
but only when running the macro, not with manual input. It seems as if VBA is
trying to convert the string badly.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>