Strings in python GM862

Hi! Did anyone try to work with strings in python?My problem is that i would like to split this string =(pin_numberip_adressportusernamepassword) into list like = [‘pin_number’,‘port’,‘username’,‘password’]

I don’t know why script on module stops executing when it comes to this line:

settings = "000084.212.10.2080userusepass

list = settings.split(“*”)

and this does for every other string function that is mentioned Easy Script in Python.

Problem solved!Tnx anyway