[Gambas-user] parse out the mount-points of fstab - how?
Stefano Palmeri
rospolosco at ...152...
Tue Oct 3 11:28:44 CEST 2006
Alle 11:26, martedì 3 ottobre 2006, hai scritto:
> Alle 11:23, martedì 3 ottobre 2006, hai scritto:
> > Alle 10:57, martedì 3 ottobre 2006, Amnon ha scritto:
> > > devar=Split(listbox1[i].text, "<some value to split must be
> > > here, but what one?>")
> > > mountpoint=devar[1]
> > > mountpointlist.add(mountpoint)
> > > END IF
> > > NEXT
> > > END IF
> > > END IF
> > >
> > Hi.
> >
> > Try this.
> >
> > devar=Split(listbox1[i].text, " ", "", TRUE)
> >
> > Saluti,
> >
> > Stefano
> >
This works with Gambas2.
More information about the User
mailing list