Support Board
Date/Time: Sun, 22 Dec 2024 18:09:33 +0000
Post From: sc.BaseDateTimeIn question
[2015-04-27 20:30:10] |
enemyspy - Posts: 306 |
Ok so without using a subgraph is it possible to store the accurate value using a nested for loop where: for (int j = sc.Index; j >0; j--) { if() //something happens { for (int k = i+1; k < sc.ArraySize; k++) { if()//something happens some_kind_of_array_that_is_not_a_subgraph[j] = thetimestamp[k]) without printing the time stamp in a Subgraph, is it possible to compare the |