Creating xyz points in a sublist

Hello,
is it possible to make in this sublists points.by.coordinates?
because the format is x;y;z; for coordinates.

And i want a sublist that looks like that (only a example).

Bases on this forum topic: Splitting lists by value

Hi Mario,
Assuming your list is a string. Here are some of the possible ways to convert strings to points.

i dont think so

i dont understand what you mean

Replace “;” with “,” ?

Or try this code block def with your current list.

i tried this but nothing changed

Adjust the code as below. Refer my image above.

every thime i changed it to (par,";")); after the semicolomn i get a space

i used “:” to seperate the string. But therefore i must change my format for x;y;z; to x:y:z

thank you very much