Re: [Gimp-user] debugging script-fu with list->string

2016-03-20 Thread uga...@talktalk.net
a >Date: 20/03/2016 15:40 >To: "gimp-user" >Subj: Re: [Gimp-user] debugging script-fu with list->string > >Oops... I meant to send this to the list. > >On 16-03-20 07:17 AM, uga...@talktalk.net wrote: >> How, do I pass in a list of characters? GIMP complains

Re: [Gimp-user] debugging script-fu with list->string

2016-03-20 Thread Kevin Cozens
Oops... I meant to send this to the list. On 16-03-20 07:17 AM, uga...@talktalk.net wrote: How, do I pass in a list of characters? GIMP complains when I try to pass in a list object. I have tried everything, I can think of. You provided a list but it was a list of numbers, not characters. To c

Re: [Gimp-user] debugging script-fu with list->string

2016-03-20 Thread uga...@talktalk.net
;Date: 20/03/2016 02:55 >To: >Subj: Re: [Gimp-user] debugging script-fu with list->string > >On 16-03-14 09:56 AM, uga...@talktalk.net wrote: >> I believe Script-fu supports list->string but I may be mistaken. I am >> unable to get it to work. E.g. (gimp-message (lis

Re: [Gimp-user] debugging script-fu with list->string

2016-03-19 Thread Kevin Cozens
On 16-03-14 09:56 AM, uga...@talktalk.net wrote: I believe Script-fu supports list->string but I may be mistaken. I am unable to get it to work. E.g. (gimp-message (list->string '(0 0 0) )) returns Error: ( : 2) string-set!: argument 3 must be: character list->string is defined in the script-fu