Feb-02-2024, 06:26 AM
Gentlemen!
Ladies if any?!
I have never seen it before,
I'm formatting a string, separating vars by a coma, and for some reason, the last coma is printed on a new line...
I made sure the VARs all are sctrings but still last come is printed on a new line...
I even tried this:
But still, the coma printed on a new line...
I'm confused how to go around it...
Any help is appreciated.
Thank you!
Ladies if any?!
I have never seen it before,

1 |
print ( f "{str(starttime)},{str(endtime)},{str(cell_nm)},{str(hand_nm)},{str(tt)},{str(prod)}," ) |
I even tried this:
1 2 |
coma = "," print ( f " PRODUCT = {prod}{coma}" ) |

I'm confused how to go around it...
Any help is appreciated.
Thank you!