11-10-2005 08:01 AM
11-11-2005 10:07 AM
You won't see a difference between these two functions with just a string or other simple data types. Where you'll see a difference is with clusters and more complex data types that come from the database. The variants returned by databases can be slightly different than the standard variant. That is where the Database Variant To Data is needed. Otherwise, if you are just reading string information, either function will work fine.
Crystal
11-14-2005 01:38 AM
Thanx very much for your reply!
Seems as in my case it won't matter what type I use.