[Gambas-user] parse out the mount-points of fstab - how?

Stefano Palmeri rospolosco at ...152...
Tue Oct 3 11:23:26 CEST 2006


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 




More information about the User mailing list