I've found that the concepts from every programming language are portable...it's just the syntax that's not.
Also, I've found that DBPro is a bit more limited than Perl (okay, a LOT), so I'm having a little trouble understanding how certain things are done. For example, if I wanted to parse a text file in Perl, I would simply write a reg-ex pattern for the text I wanted. However, I (finally) discovered that parsing through a text-file using a language that doesn't have a reg-ex engine (like DBPro), you have to parse strings character by character (ug). Not a problem, just something I would have liked to know earlier. I guess I'm looking for a book on BASIC that teaches more of the little tricks people use. Something similar to the "Perl Cookbook", "PHP Cookbook", and "C Cookbook". These books have common problems and their common solutions. Such as "Traversing an Array", or "Converting DDMMYY to a Unix Epoch Second", or "Opening a File". I suppose I could get some of these things from the tutorials, and I often do, but I'm looking for something a bit more complete and BASIC specific. Anyone know?
/* You are not expected to understand this. */
Dual Athlon 2.0/1GB RAM/GeForce Ti4200-128/Win2000 Pro