rom76 Posted February 11, 2009 Report Share Posted February 11, 2009 Dear members of the forum, I faced a problemm where i need for example to register the time of outgoing message as well incoming messages, What is the method that can be used to accomplish this task? Thank you in advance for all your help. Regards,R Quote Link to comment
jdunham Posted February 11, 2009 Report Share Posted February 11, 2009 QUOTE (rom76 @ Feb 10 2009, 06:30 AM) Dear members of the forum,I faced a problemm where i need for example to register the time of outgoing message as well incoming messages, What is the method that can be used to accomplish this task? Thank you in advance for all your help. Regards,R Well there are lots of ways. There is a timestamp data type which can be bound in a cluster to whatever data type you are using for your messages. If that's not help enough, maybe you can post your code and tell us what's not working. Quote Link to comment
rom76 Posted February 12, 2009 Author Report Share Posted February 12, 2009 QUOTE (jdunham @ Feb 10 2009, 09:22 PM) Well there are lots of ways. There is a timestamp data type which can be bound in a cluster to whatever data type you are using for your messages. If that's not help enough, maybe you can post your code and tell us what's not working. Thank you , I will try that and will post the code. QUOTE (jdunham @ Feb 10 2009, 09:22 PM) Well there are lots of ways. There is a timestamp data type which can be bound in a cluster to whatever data type you are using for your messages. If that's not help enough, maybe you can post your code and tell us what's not working. Dear friend, here is the code, I didn't really get what you meant, I checked out different time stampdata functions but didn't find the one that could be used here. i need to measure the time when the meassage leaves string nad when it comes to string 3. Thank you aginn for your help,very nice of you. Quote Link to comment
JustinThomas Posted February 12, 2009 Report Share Posted February 12, 2009 QUOTE (rom76 @ Feb 11 2009, 03:02 PM) Thank you , I will try that and will post the code.Dear friend, here is the code, I didn't really get what you meant, I checked out different time stampdata functions but didn't find the one that could be used here. i need to measure the time when the meassage leaves string nad when it comes to string 3. Thank you aginn for your help,very nice of you. Replace your GetDateTime function with the Tick Count(ms) function found in the same pallette. This should solve your problem. Justin Thomas Quote Link to comment
rom76 Posted February 13, 2009 Author Report Share Posted February 13, 2009 QUOTE (JustinThomas @ Feb 11 2009, 01:55 PM) Replace your GetDateTime function with the Tick Count(ms) function found in the same pallette. This should solve your problem.Justin Thomas Thankks Justin, I will try that. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.