Re: [Gambas-user] Rounding numbers to pre-set increments

2009-04-30 Thread Frank Cox
On Thu, 30 Apr 2009 14:00:06 -0500 M0E Lnx wrote: I need a way to take a number, say an integer and round it up to the nearest increment of 250. This may imply decreasing or increasing the number. Divide the number by 250. If the result is x.5 then (x+1)*250 If the result is x.5 then

Re: [Gambas-user] What are the linux distros I should have to test my Gambas code on?

2009-04-22 Thread Frank Cox
On Wed, 22 Apr 2009 02:17:45 -0700 (PDT) jbskaggs wrote: Currently I have Wolvix and Ubuntu (which I guess represent slackware and debian) is there another major flavor that is really different from those two that I should have to test my code on? I have noticed there are major differences

[Gambas-user] Centos? x86_64 vs i386? GTK vs QT?

2008-11-12 Thread Frank Cox
Hello folks! I installed Gambas2 about two hours ago and have been sitting here in awe since then. To say that I'm impressed would be an understatement, and I'm truly looking forward to playing with this wonderful toy. I have three fairly basic questions (so far) and hope you will bear with me