playMaker

Author Topic: Array Maker - build string from array items  (Read 4126 times)

Groo Gadgets

  • Beta Group
  • Full Member
  • *
  • Posts: 175
Array Maker - build string from array items
« 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

jeanfabre

  • Administrator
  • Hero Member
  • *****
  • Posts: 15500
  • Official Playmaker Support
Re: Array Maker - build string from array items
« Reply #1 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 :)