[Gambas-user] Possible bug

Benoît Minisini gambas at ...1...
Tue May 14 20:38:50 CEST 2013


Le 14/05/2013 18:09, Charlie a écrit :
> Hi all,
>
> You need one *Button* and one *DirChooser* on your form
> I have reduced code to the following to emulate this bug I am getting: -
> '*********************************************************
> Public Sub _new()
> End
>
> Public Sub Form_Open()
> End
>
>
> Public Sub Button1_Click()
>
> Dim SDir As String
> Sdir = DirChooser1.SelectedPath
> SDir = Replace(SDir, " ", "\ ")

This line is not syntactically correct ("\ "). Please provide a project 
or at least code that compiles!

Regards,

-- 
Benoît Minisini




More information about the User mailing list