ciginfo Well-Known Member Licensed User Longtime User Sep 8, 2011 #1 Bonjour, Is it possible to save 3, 4 and more DateTime in a same File? How to do ? Thank you
Erel B4X founder Staff member Licensed User Longtime User Sep 9, 2011 #2 There are many ways to do it. You can add the values to a list and then use File.WriteList / ReadList. Upvote 0
There are many ways to do it. You can add the values to a list and then use File.WriteList / ReadList.