new dest[24];new str[] = "Name: John - Color: Orange - Age: 29 - IP: 127.0.0.1";new abc = strfind(str,"Color:");strmid(dest,str,abc+7,strfind(str,"-",true,abc+7)-1);print(dest);