Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: weilies on December 03, 2015, 06:54:38 AM

Title: How to delete specific item in array list ?[SOLVED]
Post by: weilies on December 03, 2015, 06:54:38 AM
I have a string array list, it holds 5 characters (below)
A, B, _, D, _

What's the correct way to delete the items holding "_"?
I want the array to hold A, B, D after remove _ characters?

I tried array next and loop remove pattern _, but when I have array list below
_, _, _, D, _
It will return
D, _
Which is not what I want...

Thanks for the help :)
Title: Re: How to delete specific item in array list ?
Post by: Auggie on December 03, 2015, 11:36:48 PM
[edit removed cause the action works as intended]

Auggie
Title: Re: How to delete specific item in array list ?
Post by: jeanfabre on December 08, 2015, 12:59:37 AM
Hi,

 I am testing this and the current action works, I am not sure what you are doing to make this fail.

 I do want the user to be called DONE the next time round, I want the user to be able to go to the loop event for all items, and then get the done event.

 do we agree on that?

 Bye,

 Jean
Title: Re: How to delete specific item in array list ?
Post by: Auggie on December 08, 2015, 01:45:35 AM
Yeah, sorry about that I just tested again and it works my mistake. I'll edit our my reply.