On Wed, 2008-12-10 at 09:21 -0800, Rick Weiser wrote: > Jim, > > Although your solution is better for jBASE 4.1 its not better if your > application runs on multiple MV platforms.
That's what conditional compile is for mate. Trying to keep stuff generic is shooting yourself in the foot. It just seems like a good idea, but when you step back and realize you wrote 500 lines of code in order to keep things 'generic', but could have used conditional compile and 30 lines of code, then you get the picture. It's also how you get performance problems too. Jim --~--~---------~--~----~------------~-------~--~----~ Please read the posting guidelines at: http://groups.google.com/group/jBASE/web/Posting%20Guidelines IMPORTANT: Type T24: at the start of the subject line for questions specific to Globus/T24 To post, send email to [email protected] To unsubscribe, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jBASE?hl=en -~----------~----~----~----~------~----~------~--~---
