Hello,
I need help to rewrite the following 3 lines to base.WriteString, can anyone help me with that?
Regards,Code:1. base.WriteInteger(((int)PlusEnvironment.GetUnixTimestamp() - Convert.ToInt32(Log["timestamp"])) * 1000);
2. base.WriteInteger(((int)PlusEnvironment.GetUnixTimestamp() - Convert.ToInt32(Timestamp)) * 1000);
3. base.WriteInteger(((int)PlusEnvironment.GetUnixTimestamp() - Convert.ToInt32(Row["timestamp"])) * 1000);
Twan
