I am trying to create multiple fields based on load case count using PCL. My requirement is every time the field name should be changed. I used concatenate option. But it doesn't work. Any other way it can be done ?
It doesn't work because the variable j is not a string, so you can't simply concatenate it on to your s_name string - you need to convert it to a string first, using str_from_integer. So the line where you create the name should read:
It doesn't work because the variable j is not a string, so you can't simply concatenate it on to your s_name string - you need to convert it to a string first, using str_from_integer. So the line where you create the name should read: