Forum Discussion
M_McDonald
14 years agoSuper Contributor
Change the property value to 'i' so you don't have to deal with $'s:
then use
//Contracts/Contract[i]/Member
then use
for (i in count..5)
{
String exp = props.getPropertyValue("expression").replaceAll('i',"$i")
}