help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: "warning: implicit conversion from matrix to sq_string" message


From: Sergei Steshenko
Subject: Re: "warning: implicit conversion from matrix to sq_string" message
Date: Fri, 5 Aug 2011 09:14:03 -0700 (PDT)


--- On Fri, 8/5/11, Jordi Gutiérrez Hermoso <address@hidden> wrote:

> From: Jordi Gutiérrez Hermoso <address@hidden>
> Subject: Re: "warning: implicit conversion from matrix to sq_string" message
> To: "Sergei Steshenko" <address@hidden>
> Cc: address@hidden
> Date: Friday, August 5, 2011, 7:46 AM
> On 5 August 2011 01:18, Sergei
> Steshenko <address@hidden>
> wrote:
> 
> >
> > "
> >        fprintf(stderr, "%s",  strvcat(output));
> > "
> >
> > seems to be the answer, i.e. 'strvcat' is the explicit
> conversion in
> > question.
> 
> strvcat will probably be deprecated soon. Use char
> instead.
> 
> Also, toascii doesn't convert to strings. It's the other
> way around,
> given a string, converts to their numerical ASCII value.
> 
> HTH,
> - Jordi G. H.
> 

Thanks, 'char' works OK, now I'm suing it instead of 'strvcat'.

Regards,
  Sergei.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]