Hi,
I am trying to parse a text file that contains key,value pairs like:
Name=Malarky
Size=10
BackImage[N]=sometext
FrontImage[S]=sometext
etc
using a construct like
For idx = 0 to sourcearray.max
Select Upper(Split(SourceArray[idx],"+")[0]
Hi BenoƮt,
It would be helpful if the IDE Project Refresh action re-read the
project dependencies (components and libraries) so that when working on
a main project and a library at the same time we didn't have to keep
quitting and re-opening the main program in order to get new features in
the dep
Hi,
I try to create a Gambas executable (from within the IDE but that doesn't
seem to be relevant here). The project directory lies on another hard drive
partition than the executable's target directory. This causes gba3 to fail
with:
gba: ERROR: Cannot make executable: Cannot create executable:
On Wed, 2013-03-27 at 18:25 +0100, Willy Raets wrote:
> On Wed, 2013-03-27 at 17:22 +0100, Tobias Boege wrote:
> > Well, there are some vague assumptions I could make about what's going on
> > but none of them would be based on knowledge.
> >
> > So I just propose something: leave the "echo" out o
On Wed, 27 Mar 2013, Willy Raets wrote:
> On Wed, 2013-03-27 at 17:22 +0100, Tobias Boege wrote:
> > Well, there are some vague assumptions I could make about what's going on
> > but none of them would be based on knowledge.
> >
> > So I just propose something: leave the "echo" out of your command
On Wed, 2013-03-27 at 17:22 +0100, Tobias Boege wrote:
> Well, there are some vague assumptions I could make about what's going on
> but none of them would be based on knowledge.
>
> So I just propose something: leave the "echo" out of your command string.
> Instead connect sudo's stdin to your Ga
On Wed, 27 Mar 2013, Willy Raets wrote:
> I have this strange problem on Fedora.
> I have this form (part of a bigger project) that is used to install rpm
> packages on Fedora using yum.
> The form has:
> txbPass (TextBox) to enter password
> tarOutput (TextArea) to output stream read from the runn
I have this strange problem on Fedora.
I have this form (part of a bigger project) that is used to install rpm
packages on Fedora using yum.
The form has:
txbPass (TextBox) to enter password
tarOutput (TextArea) to output stream read from the running yum in shell
btnInstall (Button) to click to sta