Page 1 of 1

can i remove accented characters from Actors binding?

Posted: 16 Jun 2016, 11:27
by fireheart2008
this doesn't work

Code: Select all

{actors.take(3).ascii()}
win 10 64x

Re: can i remove accented characters from Actors binding?

Posted: 16 Jun 2016, 11:38
by rednoah
Use *. to call a method for each element:

Code: Select all

{actors.take(3)*.ascii()}