vondie
10 years agoContributor
Python Script Odd List Behavior
I am fairly new to writing in Python and working with TestComplete. I need help understanding some odd behavior I am seeing in one of my scripts. A little background: Just last week, I was given ...
- 9 years ago
I figured out this issue by writing it in a different way, for anyone that might have this issue in the future.
rowsText.append(str(y))
.......
Log.Checkpoint(" ".join(rowsText))