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 the
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
> differenc
On Fri, 20 Feb 2009 17:17:46 -0600
Daniel Rojas wrote:
> Anibody wants help me?
You will have to come up with a much more specific question if you are to get
any meaningful help.
If you are just planning to create a simple website, you may want to look at
OpenOffice instead. I use the OpenOffic
On Mon, 02 Feb 2009 21:40:49 +1100
richard terry wrote:
> 1) I have a file with some 30,000 lines, but I want to know how many lines
> are
> in the file before I do anything to it - is this possible. I couldn't see how
> just looking at the syntax for files.
If your line lengths are random, th
It appears that qt is to be licensed as lgpl:
http://www.qtsoftware.com/about/licensing/frequently-asked-questions
Does this meant that commercial closed-source applications can now be developed
with Gambas using QT? (I think you could do that using GTK before now.)
--
MELVILLE THEATRE ~ Melvi
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
w