<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">Le 05/06/2016 16:03, Rishubh Jain a
      écrit :<br>
    </div>
    <blockquote
      cite="mid:232257331.3958996.1465135406528.JavaMail.yahoo@mail.yahoo.com"
      type="cite">
      <div style="color:#000; background-color:#fff;
        font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial,
        Lucida Grande, Sans-Serif;font-size:16px">.../...
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754"><span
            style="color: rgb(34, 34, 34); font-family: arial,
            sans-serif;" id="yui_3_16_0_ym19_1_1465132463412_5898"><font
              id="yui_3_16_0_ym19_1_1465132463412_5967" size="3">Case 2:
               </font></span>table_variable.tooltipstring="[a,b,c,d]";</div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                1->  How this will be used?</div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                       This will be useful when all the elements passed
          in the tooltipString are strings and not                      
                       variables.<br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                       table_variable.tooltipstring="[a,b,c,d]";
          <->  table_variable.tooltipstring=["a","b","c","d"]; </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                       //so a,b,c,d are characters and not variables<br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                 </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                 2->  When this will be used?</div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                        This is useful for a particular case i.e when
          the elements to be passed are string literals and <br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                        not variables AND when the string is large so
          user wont have to enter the double quotes("")                
                    so many times,for example;<br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754"><br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                       
           table_variable.tooltipstring=["a","b","c","d","e","f","g","h","i","k"];
          etc...now in this case                                      
           table_variable.tooltipstring="[a,b,c,d,e,f,g,h,i,k]"; will be
          easier then the number of                                    
                elements(n)  increases significantly.<br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">                <br>
        </div>
        <div dir="ltr" id="yui_3_16_0_ym19_1_1465132463412_5754">       
                  This is not very useful but it was something I thought
          so I incorporated.<br>
        </div>
      </div>
    </blockquote>
    .<br>
    Since coma and semi-colon would be used as separators, they couldn't
    be used as parts of the inputs, as well as "[" and "]".<br>
    <br>
  </body>
</html>