splitting commer seperated values
Posted: Mon Aug 05, 2024 6:46 am
i found this example online. trying to seperate the numbers out.
obviously doesnt work
any help?
string values = "0,1,2,3,4,5,6,7,8,9";
foreach(string value in values.split(','))
{
//do something with individual value
exec.AddStatusmessage("TOOL # "+ value);
}
obviously doesnt work
any help?
string values = "0,1,2,3,4,5,6,7,8,9";
foreach(string value in values.split(','))
{
//do something with individual value
exec.AddStatusmessage("TOOL # "+ value);
}