Support Board
Date/Time: Tue, 11 Feb 2025 02:11:50 +0000
Post From: ACSIL: write to spreadsheet on a new row for each time
[2020-08-26 00:29:42] |
enemyspy - Posts: 306 |
Oh actually the row = 1 part needs to be: //Replace the logic in this if statement to initialize the row counter only when your requirements for intialization are met. Commonly the first index of the base_data/subgraphs as is below presently
if(sc.Index == 0){ Row = 1 } Date Time Of Last Edit: 2020-08-26 00:30:36
|