About this Article:
There are three ways to build a comma-delimited string of items. You can conditionally add the comma after every item except the last one, you can add the comma before every item except the first one, or you can add the comma after every item and strip off the last comma when the string is completely built. Dropping the last comma is the fastest method. Try this timing test in Visual FoxPro.
Keyword Tags: Application Development, Code, Database, Database Development, Development, Microsoft, Microsoft Visual FoxPro, Performance, Programming, Software Development, Tech Performance