Hi All
I am a newbe PowerBasic user and I am wondering if anyone knows of or has a good library for handing dates and times (to and from strings with formatting, adding and subtracting, and the like, conversion to other data types). I do not want to reinvent the wheel and am willing to pay for a good well tested library (if it comes with source code). As far as that goes I would be willing to pay for a library that handles all of the details of reading and writing to text CSV files if it handled all of the details of imbedded single and double quotes, allowed formatting on the fly (All caps, all lower case, first letter caped, etc.) and places the data into a UDT.
I have searched the forums and have found a lot of good info but am looking for a more complete and tested package so that I can concentrate on coding my app and not the support functions.
Thanks in advance for any help.
Jim
I am a newbe PowerBasic user and I am wondering if anyone knows of or has a good library for handing dates and times (to and from strings with formatting, adding and subtracting, and the like, conversion to other data types). I do not want to reinvent the wheel and am willing to pay for a good well tested library (if it comes with source code). As far as that goes I would be willing to pay for a library that handles all of the details of reading and writing to text CSV files if it handled all of the details of imbedded single and double quotes, allowed formatting on the fly (All caps, all lower case, first letter caped, etc.) and places the data into a UDT.
I have searched the forums and have found a lot of good info but am looking for a more complete and tested package so that I can concentrate on coding my app and not the support functions.
Thanks in advance for any help.
Jim
Comment