Php explode on kodular

Hello, guys i want to convert to my simple php code to kodular blocks.I trired split text instead of php exlode but didnt how to create array here.
for example names=kodular,thunkable,appinventor;
$names = explode (",",$text);
This code makes an array from every seperated item.And i can pick with $names[2] for thunkable.
So how can i do it here?

use the list from csv row block from the list drawer
Taifun

3 Likes

thanks,problem solved.