str=str.replace("%",""); // to filter the %
val = val.append(str); // to concatenate string with other string
wrkLoad=str.toInt(); // to convert string str to int
val = val.append(str); // to concatenate string with other string
wrkLoad=str.toInt(); // to convert string str to int
No comments:
Post a Comment