Questions and discussion about using ProcessMaker: user interface, running cases & functionality
#829501
Hi there,

So, it is assuming if you are using PHP in a trigger? (not javascript code)
then use php function, explode() to split a string, examples in below
Once you get results, you can reassign it to a @@var, cheers and happy coding!
Code: Select all
// Example 1
$pizza  = "piece1 piece2 piece3 piece4 piece5 piece6";
$pieces = explode(" ", $pizza);
echo $pieces[0]; // piece1
echo $pieces[1]; // piece2

// Example 2
$data = "foo:*:1023:1000::/home/foo:/bin/sh";
list($user, $pass, $uid, $gid, $gecos, $home, $shell) = explode(":", $data);
echo $user; // foo
echo $pass; // *

In the rapidly evolving world of online sports be[…]

STEPN integrates social networking and games that […]

Cenforce 150 is a medication used to cope with a c[…]

What's SAP FICO?

Trustworthy and skill-building, each of these actu[…]