If you have plenty of time, try scanning these conversations for an answer:
https://groups.google.com/forum/#!msg/julia-dev/4K6S7tWnuEs/RF6x-f59IaoJ
https://groups.google.com/forum/#!topic/julia-users/nQg_d_n0t1Q
https://github.com/JuliaLang/julia/issues/1771
https://github.com/JuliaLang/julia/iss
And why isn't this most frequently asked question covered in our FAQ?
http://docs.julialang.org/en/latest/manual/faq/
On Friday, January 16, 2015 at 2:44:51 PM UTC+1, Steven G. Johnson wrote:
>
>
>
> On Friday, January 16, 2015 at 6:59:19 AM UTC-5, K leo wrote:
>>
>> I want the array to be initialized with every element being "". Can't
>> say about 0.3.4, but it definitely worked under 0.3.3. Are there any othe
I can't tell now. My program uses DataFrames, so maybe it was it that
defined this.
On Friday, January 16, 2015, Kevin Squire wrote:
> I believe DataFrames.jl used to define this, at least.
>
> Cheers,
>Kevin
>
> On Fri, Jan 16, 2015 at 5:54 AM, Milan Bouchet-Valat > wrote:
>
>> Le vendred
I believe DataFrames.jl used to define this, at least.
Cheers,
Kevin
On Fri, Jan 16, 2015 at 5:54 AM, Milan Bouchet-Valat
wrote:
> Le vendredi 16 janvier 2015 à 19:59 +0800, K leo a écrit :
> > I want the array to be initialized with every element being "". Can't
> > say about 0.3.4, but it
Le vendredi 16 janvier 2015 à 19:59 +0800, K leo a écrit :
> I want the array to be initialized with every element being "". Can't
> say about 0.3.4, but it definitely worked under 0.3.3. Are there any
> other easy ways for what I want?
As Ivar said, this was probably defined in some package, not
On Friday, January 16, 2015 at 6:59:19 AM UTC-5, K leo wrote:
>
> I want the array to be initialized with every element being "". Can't say
> about 0.3.4, but it definitely worked under 0.3.3. Are there any other
> easy ways for what I want?
If anything, this should be ones(UTF8String, n).
You can do it with an array comprehension like: ["" for i=1:5]
I want the array to be initialized with every element being "". Can't say
about 0.3.4, but it definitely worked under 0.3.3. Are there any other
easy ways for what I want?
On Friday, January 16, 2015, Milan Bouchet-Valat wrote:
> Le vendredi 16 janvier 2015 à 14:29 +0800, K leo a écrit :
> >