TJ, Any chance of picking your brain here...? Officially the DateTime structure is part of the .NET framework... so I'm a little confused about the following,
1. How you pass DateTime values from AFL to a DLL... strings or floats...? 2. What structure you use to handle them in the DLL... do you use ColeDateTime class...? CTime class...? Appreciated if you could point me in the right direction... TIA --- In [email protected], "Rob" <sidharth...@...> wrote: > > TJ, > > Quick question about passing DateTime() from AFL to a C++ DLL... actually I > just want to pass single values not arrays of DateTime(). > > How are the DateTime() values stored...? Can I pass them as a float or only > as a string...? > > TIA >
