Hi,
I am doing the following;
split($1,t,":"
- using split function to add time to arroy
j = t[4]+01 - adding 1 second to the original time
newtime[n]=t[2]":"t[3]":"j - the new time is set to variable newtime
timeARR[a++]=newtime - this does not work, I want to add the new time variable to the array timeARR, it doesn't work properly, how can I do this?
I am doing the following;
split($1,t,":"
j = t[4]+01 - adding 1 second to the original time
newtime[n]=t[2]":"t[3]":"j - the new time is set to variable newtime
timeARR[a++]=newtime - this does not work, I want to add the new time variable to the array timeARR, it doesn't work properly, how can I do this?