i am deleteing the rows in delete rows activity .in positions i am using veriable “final” to delete rows .so i used assign activity.
i have int count=22
str final = count.tostring+“-40”
but getting out put like 22-40 but i want output like this “22-40” how to add " " ?