Le 13/11/2014 18:05, Sven Van Caekenberghe a écrit :
> I think you need to send #storeString to the result of 'dialog description 
> string'. The single quote has to be doubled.

Yep, I realized it is not double quoted.
I used this message copyWithRegex: '''' matchesReplacedWith:  ''''''

However both #storeString or #printString messages can't do the job.

'n''a pas l''e'  storeString
-> '''n''''a pas l''''e'''

('n''a pas l''e'copyWithRegex: '''' matchesReplacedWith:  '''''')
-> 'n''''a pas l''''e'


#storeString seems to mess up with the quote, adding superfluous one.
Strange?

-- 
Dr. Geo - http://drgeo.eu
iStoa - http://istoa.drgeo.eu


Reply via email to