Forum Discussion

vondie's avatar
vondie
Contributor
9 years ago
Solved

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 ...
  • vondie's avatar
    vondie
    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))