//Split @anotherAttribute based on ‘_’ string myString[] = split(s@anotherAttribute, “_”); //Use last element as attribute value s@tempString = myString[-1]; //convert string to integer i@myIntegerFromString = atoi(s@tempString); 3 Comments I use opdigits() Reply That works too 🙂 Reply Needed this! Couldn’t find it in my old archive. Reply Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment * Name * Email * Website Δ
I use opdigits()
That works too 🙂
Needed this! Couldn’t find it in my old archive.