<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:edil@helpidea.net" title="edil@helpidea.net">edil@helpidea.net</a>
</span> changed
          <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Split Basic function return Array Type String, not Variant/String like the oldest version"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144924">bug 144924</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;">CC</td>
           <td>
                
           </td>
           <td>edil@helpidea.net
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Split Basic function return Array Type String, not Variant/String like the oldest version"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144924#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_UNCONFIRMED "
   title="UNCONFIRMED - Split Basic function return Array Type String, not Variant/String like the oldest version"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=144924">bug 144924</a>
              from <span class="vcard"><a class="email" href="mailto:edil@helpidea.net" title="edil@helpidea.net">edil@helpidea.net</a>
</span></b>
        <pre>For me is easy transform every cells of a row and join them with "::" and join
the rows together with "§§" . At the end Split the entire string with "§§" to
have an array of rows, and split every row in place (now is not possible) to
obtain the array row.
So i have an array of arrays and with DataArray copy to new range.
Now I must create a new variant Array, and copy the single splitted rows in it.
It isn't a big problem, but i think at the last 20 years of coding that make
now errors. :C</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>