Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Groo Gadgets on July 04, 2012, 11:37:05 AM

Title: Array Maker - build string from array items
Post by: Groo Gadgets on July 04, 2012, 11:37:05 AM
Hey guys,

I guess this is a request directed at Jean  :-)

I would like to know if it's possible to have an action for Array Maker that let's me build a string from string items in an array.

I have created an array with 7 string items and each item contains one letter per item. I would like to be able to build a string based on each of the 7 items. Would that be possible?

Cheers,

Simon
Title: Re: Array Maker - build string from array items
Post by: jeanfabre on July 05, 2012, 04:21:39 AM
Hi,

You can already pretty much do that as is really ( I know it's less convenient :) )

 loop trhough the array and use buildString action to build it. So have two string variable, the current string you will get from the array at a particular index, and then add it to your final string var

 Does that make sense?

 bye,

 Jean

ps: give me some more time please for them other array maker actions you requested, I haven't forgot. just too much things at once currently. Thanks :)