Hmm,
ok Python is aswell programming language

im working with it on my work.
btw,
Let me explain:
I have a Database connected and got a cell in it i need
It is filled with: "Hallo, daaro, allemaal"
Now i set it in a string but it will be just like the Database.
I want to split the cell whereever is a comma ","
So i get an array with 3 items
MyArray[0] = "Hallo"
MyArray[1] = "daaro"
MyArray[2] = "allemaal"
Can u help me a little bit with it ?
Thnx allready,