Le 05/06/2016 16:03, Rishubh Jain a écrit :
.../...
Case 2: table_variable.tooltipstring="[a,b,c,d]";
1-> How this will be used?
This will be useful when all the elements passed in the
tooltipString are strings and not variables.
table_variable.tooltipstring="[a,b,c,d]"; <->
table_variable.tooltipstring=["a","b","c","d"];
//so a,b,c,d are characters and not variables
2-> When this will be used?
This is useful for a particular case i.e when the
elements to be passed are string literals and
not variables AND when the string is large so user wont
have to enter the double quotes("") so many times,for example;
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.
This is not very useful but it was something I thought so I
incorporated.
.
Since coma and semi-colon would be used as separators, they couldn't be
used as parts of the inputs, as well as "[" and "]".
_______________________________________________
dev mailing list
[email protected]
http://lists.scilab.org/mailman/listinfo/dev